[update] 标签管理和字典英文名称字符限制200

This commit is contained in:
lideqin
2024-08-20 10:03:43 +08:00
parent 33d9c399ec
commit 3639c72967
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
prop="enName"
:label="$t('englishName')">
<a-input :placeholder="$t('pleaseEnter') + $t('englishName')"
:maxLength="50"
:maxLength="200"
v-model="model.enName" />
</a-form-model-item>
@@ -25,7 +25,7 @@
<a-input
:placeholder="$t('pleaseEnter') + $t('system.tag.attributeNameEnglish')"
v-model="model.enName"
:maxLength="50"
:maxLength="200"
/>
</a-form-model-item>
<!--父级名称 只有树形结构时显示 TODO 中英文的限制需要做显示的判断-->