【update】数据字典-英文名称-字段的修改
This commit is contained in:
@@ -101,7 +101,7 @@ export default {
|
||||
title: this.$t('englishName'),
|
||||
align: 'center',
|
||||
ellipsis: true,
|
||||
dataIndex: 'itemEnglishText'
|
||||
dataIndex: 'enName'
|
||||
},
|
||||
{
|
||||
title: this.$t('dict.dataValue'),
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user