//文字组件 const testopt = { list: [ { type: "txt", control: { modelValue: "" }, config: {} }], form: { size: "default", name: "" }, config: {} } //加配文字 const textPulsopt = { list: [ { type: "txt", control: { modelValue: "文字组件内容编辑框" }, config: { className: "自定义class", span: 12 } }], form: { size: "default", name: "eeee", labelWidth: "180px", class: "form-row-3", showColon: true }, config: { addLoad: true } }