[update] 标签项英文名称限制200字符

This commit is contained in:
lideqin
2024-08-20 10:51:04 +08:00
parent 5951334d35
commit 8c8c0491b6
@@ -50,7 +50,7 @@
v-model.trim="form.dbFieldEnName"
:placeholder="$t('pleaseEnter') + $t('system.tag.attributeNameEnglish')"
:disabled="fixedFieldDisabled"
:maxLength="50"
:maxLength="200"
></a-input>
</a-form-model-item>
</a-col>