fix:删除部分重复国际化
This commit is contained in:
@@ -87,7 +87,7 @@ export default {
|
||||
show: true
|
||||
},
|
||||
{
|
||||
label: this.$t('guide.asset'),
|
||||
label: this.$t('asset.asset'),
|
||||
prop: 'assetNum',
|
||||
show: true
|
||||
},
|
||||
|
||||
@@ -166,7 +166,7 @@ export default {
|
||||
minWidth: 110,
|
||||
sortable: 'custom'
|
||||
}, {
|
||||
label: this.$t('guide.asset'),
|
||||
label: this.$t('asset.asset'),
|
||||
prop: 'assetNum',
|
||||
show: true,
|
||||
minWidth: 90,
|
||||
|
||||
@@ -241,7 +241,7 @@ export default {
|
||||
sortable: 'custom'
|
||||
},
|
||||
{
|
||||
label: this.$t('guide.asset'),
|
||||
label: this.$t('asset.asset'),
|
||||
prop: 'asset',
|
||||
show: true,
|
||||
minWidth: 90,
|
||||
|
||||
@@ -117,7 +117,7 @@ export default {
|
||||
show: true,
|
||||
minWidth: 200
|
||||
}, {
|
||||
label: this.$t('guide.asset'),
|
||||
label: this.$t('asset.asset'),
|
||||
prop: 'asset',
|
||||
show: true,
|
||||
width: 200
|
||||
|
||||
@@ -122,7 +122,7 @@ export default {
|
||||
width: 200,
|
||||
sortable: 'custom'
|
||||
}, {
|
||||
label: this.$t('guide.asset'),
|
||||
label: this.$t('asset.asset'),
|
||||
prop: 'assetNum',
|
||||
show: true,
|
||||
width: 120,
|
||||
|
||||
Reference in New Issue
Block a user