You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
1017 B
65 lines
1017 B
//基础版
|
|
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:
|
|
{}
|
|
}
|