[fix 87254] 数据字典-字典配置-新增 输入满位字符提交提示字段超长

This commit is contained in:
danshihao
2024-07-29 09:51:33 +08:00
parent cf6b6a907b
commit 489f85687f
+1 -1
View File
@@ -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