form-render
readonly
After setting the
readonly
attribute,
el-input
displays the plain text value directly;
el-select
displays the corresponding label;
Other components are equivalent to
disabled = true
.