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