【update】标签管理交互的修改

This commit is contained in:
fengchenchen
2023-08-24 17:38:02 +08:00
parent e5b6ed9961
commit 37c2a10ccf
7 changed files with 48 additions and 25 deletions
+2 -2
View File
@@ -23,9 +23,9 @@
<a-form-model-item
:labelCol="labelCol"
:wrapperCol="wrapperCol"
prop="dictEnglishName"
prop="enName"
:label="$t('dict.dictionaryEnglishName')">
<a-input :placeholder="$t('pleaseEnter') + $t('dict.dictionaryEnglishName')" v-model="model.dictEnglishName"/>
<a-input :placeholder="$t('pleaseEnter') + $t('dict.dictionaryEnglishName')" v-model="model.enName"/>
</a-form-model-item>
<a-form-model-item