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.
60 lines
1007 B
60 lines
1007 B
//按钮
|
|
const buttonopt = {
|
|
list: [
|
|
{
|
|
type: "button",
|
|
control:
|
|
{
|
|
label: "保存"
|
|
},
|
|
config:
|
|
{}
|
|
}],
|
|
form:
|
|
{
|
|
size: "default",
|
|
name: "eeee",
|
|
labelWidth: "180px",
|
|
class: "form-row-3",
|
|
showColon: true
|
|
},
|
|
config:
|
|
{
|
|
addLoad: true
|
|
}
|
|
}
|
|
//满配按钮
|
|
let buttonAllopt = {
|
|
list: [
|
|
{
|
|
type: "button",
|
|
control:
|
|
{
|
|
label: "提交",
|
|
type: "warning",
|
|
key: "submit"
|
|
},
|
|
config:
|
|
{
|
|
className: "自定义样式",
|
|
span: 12,
|
|
textAlign: "center",
|
|
disabledAdd: true,
|
|
disabledDetail: true,
|
|
linkKey: true,
|
|
linkValue: "$.index>1 "
|
|
}
|
|
}],
|
|
form:
|
|
{
|
|
size: "default",
|
|
name: "eeee",
|
|
labelWidth: "180px",
|
|
class: "form-row-3",
|
|
showColon: true
|
|
},
|
|
config:
|
|
{
|
|
addLoad: true
|
|
}
|
|
}
|