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.
206 lines
3.3 KiB
206 lines
3.3 KiB
let tabsopt = {
|
|
list: [
|
|
{
|
|
type: "tabs",
|
|
columns: [
|
|
{
|
|
label: "Tab1",
|
|
list: []
|
|
}],
|
|
control:
|
|
{},
|
|
config:
|
|
{}
|
|
}],
|
|
form:
|
|
{
|
|
size: "default",
|
|
name: "eeee",
|
|
labelWidth: "180px",
|
|
class: "form-row-3",
|
|
showColon: true
|
|
},
|
|
config:
|
|
{
|
|
addLoad: true
|
|
}
|
|
}
|
|
|
|
let tabsEmptyopt = {
|
|
list: [
|
|
{
|
|
type: "tabs",
|
|
columns: [
|
|
{
|
|
label: "Tab1",
|
|
list: []
|
|
},
|
|
{
|
|
label: "标签名称1",
|
|
list: []
|
|
},
|
|
{
|
|
label: "标签名称2",
|
|
list: []
|
|
},
|
|
{
|
|
label: "标签名称3",
|
|
list: []
|
|
}],
|
|
control:
|
|
{},
|
|
config:
|
|
{
|
|
className: "自定义Class",
|
|
span: 24,
|
|
linkKey: false
|
|
}
|
|
}],
|
|
form:
|
|
{
|
|
size: "default",
|
|
name: "eeee",
|
|
labelWidth: "180px",
|
|
class: "form-row-3",
|
|
showColon: true
|
|
},
|
|
config:
|
|
{
|
|
addLoad: true
|
|
}
|
|
}
|
|
|
|
//标签页有内容
|
|
let tabsContopt = {
|
|
list: [
|
|
{
|
|
type: "tabs",
|
|
columns: [
|
|
{
|
|
label: "Tab1",
|
|
list: [
|
|
{
|
|
type: "input",
|
|
control:
|
|
{
|
|
modelValue: ""
|
|
},
|
|
config:
|
|
{},
|
|
name: "input1692581910388",
|
|
item:
|
|
{
|
|
label: "单行文本"
|
|
}
|
|
}]
|
|
},
|
|
{
|
|
label: "标签名称1",
|
|
list: []
|
|
},
|
|
{
|
|
label: "标签名称2",
|
|
list: [
|
|
{
|
|
type: "input",
|
|
control:
|
|
{
|
|
modelValue: ""
|
|
},
|
|
config:
|
|
{},
|
|
name: "input1692581940524",
|
|
item:
|
|
{
|
|
label: "单行文本"
|
|
}
|
|
},
|
|
{
|
|
type: "input",
|
|
control:
|
|
{
|
|
modelValue: ""
|
|
},
|
|
config:
|
|
{},
|
|
name: "input1692581942508",
|
|
item:
|
|
{
|
|
label: "单行文本"
|
|
}
|
|
},
|
|
{
|
|
type: "input",
|
|
control:
|
|
{
|
|
modelValue: ""
|
|
},
|
|
config:
|
|
{},
|
|
name: "input1692581945189",
|
|
item:
|
|
{
|
|
label: "单行文本"
|
|
}
|
|
}]
|
|
},
|
|
{
|
|
label: "标签名称3",
|
|
list: [
|
|
{
|
|
type: "radio",
|
|
control:
|
|
{
|
|
modelValue: ""
|
|
},
|
|
options: [],
|
|
config:
|
|
{
|
|
optionsType: 0
|
|
},
|
|
name: "radio1692581949000",
|
|
item:
|
|
{
|
|
label: "单选框组"
|
|
}
|
|
},
|
|
{
|
|
type: "checkbox",
|
|
control:
|
|
{
|
|
modelValue: []
|
|
},
|
|
options: [],
|
|
config:
|
|
{
|
|
optionsType: 0
|
|
},
|
|
name: "checkbox1692581950900",
|
|
item:
|
|
{
|
|
label: "多选框组"
|
|
}
|
|
}]
|
|
}],
|
|
control:
|
|
{},
|
|
config:
|
|
{
|
|
className: "自定义Class",
|
|
span: 24,
|
|
linkKey: false
|
|
}
|
|
}],
|
|
form:
|
|
{
|
|
size: "default",
|
|
name: "eeee",
|
|
labelWidth: "180px",
|
|
class: "form-row-3",
|
|
showColon: true
|
|
},
|
|
config:
|
|
{
|
|
addLoad: true
|
|
}
|
|
}
|