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.
159 lines
2.4 KiB
159 lines
2.4 KiB
let divopt = {
|
|
list: [
|
|
{
|
|
type: "div",
|
|
control:
|
|
{},
|
|
config:
|
|
{},
|
|
list: []
|
|
}],
|
|
form:
|
|
{
|
|
size: "default",
|
|
name: "eeee",
|
|
labelWidth: "180px",
|
|
class: "form-row-3",
|
|
showColon: true
|
|
},
|
|
config:
|
|
{
|
|
addLoad: true
|
|
}
|
|
}
|
|
|
|
|
|
//满配
|
|
let divAllopt = {
|
|
list: [
|
|
{
|
|
type: "div",
|
|
control:
|
|
{},
|
|
config:
|
|
{
|
|
className: "自定义Class",
|
|
textAlign: "right",
|
|
span: 24
|
|
},
|
|
list: []
|
|
}],
|
|
form:
|
|
{
|
|
size: "default",
|
|
name: "eeee",
|
|
labelWidth: "180px",
|
|
class: "form-row-3",
|
|
showColon: true
|
|
},
|
|
config:
|
|
{
|
|
addLoad: true
|
|
}
|
|
}
|
|
|
|
//配置组卷
|
|
let divGroupopt = {
|
|
list: [
|
|
{
|
|
type: "colorPicker",
|
|
control:
|
|
{
|
|
modelValue: ""
|
|
},
|
|
config:
|
|
{},
|
|
name: "colorPicker1692597441542",
|
|
item:
|
|
{
|
|
label: "取色器"
|
|
}
|
|
},
|
|
{
|
|
type: "timePicker",
|
|
control:
|
|
{
|
|
modelValue: ""
|
|
},
|
|
config:
|
|
{},
|
|
name: "timePicker1692597438680",
|
|
item:
|
|
{
|
|
label: "时间选择器"
|
|
}
|
|
},
|
|
{
|
|
type: "div",
|
|
control:
|
|
{},
|
|
config:
|
|
{
|
|
className: "自定义Class",
|
|
textAlign: "right",
|
|
span: 24
|
|
},
|
|
list: [
|
|
{
|
|
type: "radio",
|
|
control:
|
|
{
|
|
modelValue: ""
|
|
},
|
|
options: [],
|
|
config:
|
|
{
|
|
optionsType: 0
|
|
},
|
|
name: "radio1692597425964",
|
|
item:
|
|
{
|
|
label: "单选框组"
|
|
}
|
|
},
|
|
{
|
|
type: "select",
|
|
control:
|
|
{
|
|
modelValue: "",
|
|
appendToBody: true
|
|
},
|
|
options: [],
|
|
config:
|
|
{
|
|
optionsType: 0
|
|
},
|
|
name: "select1692597423918",
|
|
item:
|
|
{
|
|
label: "下拉选择框"
|
|
}
|
|
},
|
|
{
|
|
type: "rate",
|
|
control:
|
|
{
|
|
modelValue: 0
|
|
},
|
|
config:
|
|
{},
|
|
name: "rate1692597422208",
|
|
item:
|
|
{
|
|
label: "评分"
|
|
}
|
|
}]
|
|
}],
|
|
form:
|
|
{
|
|
size: "default",
|
|
name: "eeee",
|
|
labelWidth: "180px",
|
|
class: "form-row-3",
|
|
showColon: true
|
|
},
|
|
config:
|
|
{
|
|
addLoad: true
|
|
}
|
|
}
|