fix:处理中英文完全一样的国际化为一个
This commit is contained in:
@@ -116,13 +116,13 @@ export default {
|
||||
minWidth: 350,
|
||||
sortable: 'custom'
|
||||
}, {
|
||||
label: this.$t('config.model.brand'),
|
||||
label: this.$t('asset.brand'),
|
||||
prop: 'brand',
|
||||
show: true,
|
||||
width: 200,
|
||||
sortable: 'custom'
|
||||
}, {
|
||||
label: this.$t('config.model.assetNum'),
|
||||
label: this.$t('guide.asset'),
|
||||
prop: 'assetNum',
|
||||
show: true,
|
||||
width: 120,
|
||||
|
||||
Reference in New Issue
Block a user