[fix 87252] 数据字典,英文名字段调整
This commit is contained in:
@@ -111,7 +111,7 @@ export default {
|
||||
title: this.$t('dict.dictionaryEnglishName'),
|
||||
align: 'center',
|
||||
width: 100,
|
||||
dataIndex: 'dictEnglishName',
|
||||
dataIndex: 'dictEnName',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user