//基础配置 const switchopt = { list: [ { type: "switch", control: { modelValue: false }, config: {}, name: "switch1691718873012", item: { label: "开关" } }], form: { size: "default", name: "" }, config: {} } //满配 const switchAllopt = { list: [ { type: "switch", control: { modelValue: false, activeValue: "男", inactiveValue: "女", disabled: true }, config: { className: "自定义Class", help: "帮助信息", span: 12, editDisabled: true, disabledAdd: true, disabledEdit: true, disabledDetail: true, linkKey: true, linkValue: "$.in>1", linkResult: "disabled" }, name: "switch1691718873012", item: { label: "开关" } }], form: { size: "default", name: "" }, config: {} }