|
|
@@ -126,7 +126,7 @@ |
|
|
|
"label": "${cfilters.label}", |
|
|
|
"type": "text", |
|
|
|
"maxlength": 50, |
|
|
|
"placeholder": "请输入内容", |
|
|
|
"placeholder": "请输入${cfilters.label}", |
|
|
|
"labelWidth": 150, |
|
|
|
"affixError": false, |
|
|
|
"hideLabel": true, |
|
|
@@ -231,9 +231,7 @@ |
|
|
|
</#list> |
|
|
|
] |
|
|
|
}, |
|
|
|
"events": { |
|
|
|
"on-row-click": "dictTypeRowClick" |
|
|
|
} |
|
|
|
"events": {} |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
@@ -278,7 +276,7 @@ |
|
|
|
"label": "${cfilters.label}", |
|
|
|
"type": "text", |
|
|
|
"maxlength": 50, |
|
|
|
"placeholder": "请输入内容", |
|
|
|
"placeholder": "请输入${cfilters.label}", |
|
|
|
"labelWidth": 100, |
|
|
|
"affixError": false |
|
|
|
}, |
|
|
|