//基础版 const colseopt = { list: [ { type: "colorPicker", control: { modelValue: "" }, config: {}, name: "colorPicker1691716670670", item: { label: "取色器" } }], form: { size: "default", name: "" }, config: {} } //满配 const manPeiopt = { list: [ { type: "colorPicker", control: { modelValue: "", colorFormat: "rgb" }, config: { className: "自定义Class", help: "帮助信息", span: 12, linkKey: true, linkValue: "$.index>1", linkResult: "disabled" }, name: "colorPicker1691716670670", item: { label: "取色器", rules: [ { required: true, message: "必填项", trigger: "change" }] } }], form: { size: "default", name: "" }, config: {} }