[fix 87254] 数据字典-字典配置-新增 输入满位字符提交提示字段超长
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
:wrapperCol="wrapperCol"
|
||||
prop="itemValue"
|
||||
:label="$t('dict.dataValue')">
|
||||
<a-input :placeholder="$t('pleaseEnter') + $t('dict.dataValue')" v-model="model.itemValue" />
|
||||
<a-input :placeholder="$t('pleaseEnter') + $t('dict.dataValue')" v-model="model.itemValue" :maxLength="50" />
|
||||
</a-form-model-item>
|
||||
|
||||
<a-form-model-item
|
||||
|
||||
Reference in New Issue
Block a user