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

164 lines
2.7 KiB

//子表
let tableopt = {
list: [
{
type: "table",
list: [],
tableData: [],
control:
{
border: true
},
config:
{
addBtnText: "添加一行"
},
name: "table1692578653387"
}],
form:
{
size: "default",
name: "eeee",
labelWidth: "180px",
class: "form-row-3",
showColon: true
},
config:
{
addLoad: true
}
}
//满配
let Allopt = {
list: [
{
type: "table",
list: [
{
name: "index",
type: "index",
item:
{
label: "序号"
},
control:
{},
config:
{}
}],
tableData: [],
control:
{
border: true,
mySetUp: 123456
},
config:
{
addBtnText: "添加一行",
className: "自定义Class",
span: 12,
delBtnText: "删除一行",
editDisabled: true,
disabledAdd: true,
disabledEdit: true,
disabledDetail: true,
linkKey: true,
linkValue: "$index>1"
},
name: "table1692578653387"
}],
form:
{
size: "default",
name: "eeee",
labelWidth: "180px",
class: "form-row-3",
showColon: true
},
config:
{
addLoad: true
}
}
//添加表单
let addTableOpt = {
list: [
{
type: "table",
list: [
{
name: "index",
type: "index",
item:
{
label: "序号"
},
control:
{},
config:
{}
},
{
type: "input",
control:
{
modelValue: ""
},
config:
{},
name: "input1692579453797",
item:
{
label: "单行文本"
}
},
{
type: "input",
control:
{
modelValue: ""
},
config:
{},
name: "input1692579456835",
item:
{
label: "单行文本"
}
}],
tableData: [],
control:
{
border: true,
mySetUp: 123456
},
config:
{
addBtnText: "添加一行",
className: "自定义Class",
span: 12,
delBtnText: "删除一行",
editDisabled: true,
disabledAdd: true,
disabledEdit: true,
disabledDetail: true,
linkKey: true,
linkValue: "$index>1"
},
name: "table1692578653387"
}],
form:
{
size: "default",
name: "eeee",
labelWidth: "180px",
class: "form-row-3",
showColon: true
},
config:
{
addLoad: true
}
}