【update】数据字典-英文名称-字段的修改

This commit is contained in:
fengchenchen
2023-08-24 17:41:53 +08:00
parent 37c2a10ccf
commit ffcee5565c
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ export default {
title: this.$t('englishName'),
align: 'center',
ellipsis: true,
dataIndex: 'itemEnglishText'
dataIndex: 'enName'
},
{
title: this.$t('dict.dataValue'),
+2 -2
View File
@@ -22,9 +22,9 @@
<a-form-model-item
:labelCol="labelCol"
:wrapperCol="wrapperCol"
prop="itemEnglishText"
prop="enName"
:label="$t('englishName')">
<a-input :placeholder="$t('pleaseEnter') + $t('englishName')" :maxLength="50" v-model="model.itemEnglishText"/>
<a-input :placeholder="$t('pleaseEnter') + $t('englishName')" :maxLength="50" v-model="model.enName"/>
</a-form-model-item>
<a-form-model-item
+2 -2
View File
@@ -23,9 +23,9 @@
<a-form-model-item
:labelCol="labelCol"
:wrapperCol="wrapperCol"
prop="enName"
prop="dictEnglishName"
:label="$t('dict.dictionaryEnglishName')">
<a-input :placeholder="$t('pleaseEnter') + $t('dict.dictionaryEnglishName')" v-model="model.enName"/>
<a-input :placeholder="$t('pleaseEnter') + $t('dict.dictionaryEnglishName')" v-model="model.dictEnglishName"/>
</a-form-model-item>
<a-form-model-item