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.
69 lines
1.1 KiB
69 lines
1.1 KiB
let expanduseropt = {
|
|
list: [
|
|
{
|
|
type: "expand-user",
|
|
control:
|
|
{
|
|
modelValue: ""
|
|
},
|
|
config:
|
|
{},
|
|
name: "expand-user1692597622203",
|
|
item:
|
|
{
|
|
label: "选择用户"
|
|
}
|
|
}],
|
|
form:
|
|
{
|
|
size: "default",
|
|
name: "eeee",
|
|
labelWidth: "180px",
|
|
class: "form-row-3",
|
|
showColon: true
|
|
},
|
|
config:
|
|
{
|
|
addLoad: true
|
|
}
|
|
}
|
|
|
|
let expandUserAllopt = {
|
|
list: [
|
|
{
|
|
type: "expand-user",
|
|
control:
|
|
{
|
|
modelValue: ""
|
|
},
|
|
config:
|
|
{
|
|
className: "自定义Class",
|
|
help: "帮助信息",
|
|
span: 24
|
|
},
|
|
name: "expand-user1692597622203",
|
|
item:
|
|
{
|
|
label: "选择用户",
|
|
rules: [
|
|
{
|
|
required: true,
|
|
message: "必填项",
|
|
trigger: "change"
|
|
}]
|
|
}
|
|
}],
|
|
form:
|
|
{
|
|
size: "default",
|
|
name: "eeee",
|
|
labelWidth: "180px",
|
|
class: "form-row-3",
|
|
showColon: true
|
|
},
|
|
config:
|
|
{
|
|
addLoad: true
|
|
}
|
|
}
|