应用集成平台服务端
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.
 
 
 

78 lines
1.0 KiB

let gridopt = {
list: [
{
type: "grid",
columns: [
{
attr:
{
span: 12
},
list: []
},
{
attr:
{
span: 12
},
list: []
}],
control:
{},
config:
{}
}],
form:
{
size: "default",
name: "eeee",
labelWidth: "180px",
class: "form-row-3",
showColon: true
},
config:
{
addLoad: true
}
}
let gridAddopt = {
list: [
{
type: "grid",
columns: [
{
attr:
{
span: 12
},
list: []
},
{
attr:
{
span: 12
},
list: []
}],
control:
{},
config:
{
className: "自定义Class",
span: 16
}
}],
form:
{
size: "default",
name: "eeee",
labelWidth: "180px",
class: "form-row-3",
showColon: true
},
config:
{
addLoad: true
}
}