//按钮 const buttonopt = { list: [ { type: "button", control: { label: "保存" }, config: {} }], form: { size: "default", name: "eeee", labelWidth: "180px", class: "form-row-3", showColon: true }, config: { addLoad: true } } //满配按钮 let buttonAllopt = { list: [ { type: "button", control: { label: "提交", type: "warning", key: "submit" }, config: { className: "自定义样式", span: 12, textAlign: "center", disabledAdd: true, disabledDetail: true, linkKey: true, linkValue: "$.index>1 " } }], form: { size: "default", name: "eeee", labelWidth: "180px", class: "form-row-3", showColon: true }, config: { addLoad: true } }