Skip to content

Form

基础Form使用

嵌套Form数据修改

输入框table选择

options 配置

属性名说明类型可选值默认值
size大小尺寸stringlarge / default / smalldefault
colSpan表单列比例number-8
labelWidth表单列label宽度string-6em
columnMinWidth表单列最小宽度number-350
formDatum表单默认参数object--
isEditing是否能编辑boolen-true
tableSelectConfig表单列表table弹框选择tableSelectConfig--
showResetBtn是否显示重置按钮boolen-true
columns表单列配置arraycolumns-

columns 配置

属性名说明类型可选值默认值
prop字段属性string--
label字段名称string--
type表单类型string--

Released under the MIT License.