修改:标签管理的字段
This commit is contained in:
@@ -130,6 +130,7 @@
|
||||
title: this.$t('operation'),
|
||||
dataIndex: 'action',
|
||||
align: "center",
|
||||
width: 230,
|
||||
scopedSlots: {customRender: 'action'},
|
||||
}
|
||||
],
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
<a-form-item
|
||||
:labelCol="labelCol"
|
||||
:wrapperCol="wrapperCol"
|
||||
:label="$t('DictionaryName')">
|
||||
<a-input :placeholder="$t('enterDictionary')" v-decorator.trim="[ 'dictEnName', validatorRules.dictEnName]"/>
|
||||
:label="$t('DictionaryEnName')">
|
||||
<a-input :placeholder="$t('enterEnDictionary')" v-decorator.trim="[ 'dictEnName', validatorRules.dictEnName]"/>
|
||||
</a-form-item>
|
||||
|
||||
<a-form-item
|
||||
|
||||
Reference in New Issue
Block a user