//标题 const titleopt = { list: [ { type: "title", control: { modelValue: "标题" }, config: {} }], form: { size: "default", name: "eeee", labelWidth: "180px", class: "form-row-3", showColon: true }, config: { addLoad: true } } //满配标题 const titlePulssssopt = { list: [ { type: "title", control: { modelValue: "标题1111111" }, config: { className: "自定义Class", help: "帮助信息", span: 12, disabledAdd: true, disabledEdit: true, disabledDetail: true, linkKey: true, linkValue: "$.intex > 1" } }], form: { size: "default", name: "eeee", labelWidth: "180px", class: "form-row-3", showColon: true }, config: { addLoad: true } }