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.
86 lines
1.6 KiB
86 lines
1.6 KiB
const doubleText = {
|
|
list: [
|
|
{
|
|
type: "textarea",
|
|
control:
|
|
{
|
|
modelValue: "",
|
|
placeholder: "占位内容",
|
|
rows: 5,
|
|
disabled: true
|
|
},
|
|
config:
|
|
{
|
|
className: "class_name",
|
|
help: "帮助信息",
|
|
span: 12,
|
|
editDisabled: true,
|
|
disabledAdd: true,
|
|
disabledEdit: true,
|
|
disabledDetail: true,
|
|
linkKey: true,
|
|
linkValue: "$textarea1690861245769.>1",
|
|
linkResult: "disabled"
|
|
},
|
|
name: "textarea1690861245769",
|
|
item:
|
|
{
|
|
label: "多行文本",
|
|
showLabel: false,
|
|
rules: [
|
|
{
|
|
required: true,
|
|
message: "必填项",
|
|
trigger: "change"
|
|
}]
|
|
}
|
|
}],
|
|
form:
|
|
{
|
|
size: "default",
|
|
name: ""
|
|
},
|
|
config:
|
|
{}
|
|
}
|
|
|
|
const smaillDoubleText = {
|
|
list: [
|
|
{
|
|
type: "textarea",
|
|
control:
|
|
{
|
|
modelValue: "",
|
|
placeholder: "占位内容",
|
|
rows: 5,
|
|
disabled: false
|
|
},
|
|
config:
|
|
{
|
|
className: "class_name",
|
|
help: "帮助信息",
|
|
span: 12,
|
|
editDisabled: false,
|
|
disabledAdd: false,
|
|
disabledEdit: false,
|
|
disabledDetail: false,
|
|
linkKey: false,
|
|
linkValue: "$textarea1690861245769.>1",
|
|
linkResult: "disabled"
|
|
},
|
|
name: "textarea1690861245769",
|
|
item:
|
|
{
|
|
label: "多行文本",
|
|
showLabel: false,
|
|
rules: []
|
|
}
|
|
}],
|
|
form:
|
|
{
|
|
size: "default",
|
|
name: ""
|
|
},
|
|
config:
|
|
{}
|
|
}
|