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.
50 lines
679 B
50 lines
679 B
//文字组件
|
|
|
|
const testopt = {
|
|
list: [
|
|
{
|
|
type: "txt",
|
|
control:
|
|
{
|
|
modelValue: ""
|
|
},
|
|
config:
|
|
{}
|
|
}],
|
|
form:
|
|
{
|
|
size: "default",
|
|
name: ""
|
|
},
|
|
config:
|
|
{}
|
|
}
|
|
|
|
//加配文字
|
|
const textPulsopt = {
|
|
list: [
|
|
{
|
|
type: "txt",
|
|
control:
|
|
{
|
|
modelValue: "文字组件内容编辑框"
|
|
},
|
|
config:
|
|
{
|
|
className: "自定义class",
|
|
span: 12
|
|
}
|
|
}],
|
|
form:
|
|
{
|
|
size: "default",
|
|
name: "eeee",
|
|
labelWidth: "180px",
|
|
class: "form-row-3",
|
|
showColon: true
|
|
},
|
|
config:
|
|
{
|
|
addLoad: true
|
|
}
|
|
}
|