[fix 87252] 数据字典,英文名字段调整

This commit is contained in:
danshihao
2024-07-30 14:47:39 +08:00
parent 9fa103e8d6
commit 1474abf83c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ export default {
title: this.$t('dict.dictionaryEnglishName'),
align: 'center',
width: 100,
dataIndex: 'dictEnglishName',
dataIndex: 'dictEnName',
scopedSlots: { customRender: 'text' }
},
{
+2 -2
View File
@@ -24,9 +24,9 @@
<a-form-model-item
:labelCol="labelCol"
:wrapperCol="wrapperCol"
prop="dictEnglishName"
prop="dictEnName"
:label="$t('dict.dictionaryEnglishName')">
<a-input :maxLength="50" :placeholder="$t('pleaseEnter') + $t('dict.dictionaryEnglishName')" v-model="model.dictEnglishName" />
<a-input :maxLength="50" :placeholder="$t('pleaseEnter') + $t('dict.dictionaryEnglishName')" v-model="model.dictEnName" />
</a-form-model-item>
<a-form-model-item