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.
59 lines
950 B
59 lines
950 B
//标题
|
|
const titleopt = {
|
|
list: [
|
|
{
|
|
type: "title",
|
|
control:
|
|
{
|
|
modelValue: "标题"
|
|
},
|
|
config:
|
|
{}
|
|
}],
|
|
form:
|
|
{
|
|
size: "default",
|
|
name: "eeee",
|
|
labelWidth: "180px",
|
|
class: "form-row-3",
|
|
showColon: true
|
|
},
|
|
config:
|
|
{
|
|
addLoad: true
|
|
}
|
|
}
|
|
//满配标题
|
|
const titlePulssssopt = {
|
|
list: [
|
|
{
|
|
type: "title",
|
|
control:
|
|
{
|
|
modelValue: "标题1111111"
|
|
},
|
|
config:
|
|
{
|
|
className: "自定义Class",
|
|
help: "帮助信息",
|
|
span: 12,
|
|
disabledAdd: true,
|
|
disabledEdit: true,
|
|
disabledDetail: true,
|
|
linkKey: true,
|
|
linkValue: "$.intex > 1"
|
|
}
|
|
}],
|
|
form:
|
|
{
|
|
size: "default",
|
|
name: "eeee",
|
|
labelWidth: "180px",
|
|
class: "form-row-3",
|
|
showColon: true
|
|
},
|
|
config:
|
|
{
|
|
addLoad: true
|
|
}
|
|
}
|