fix:删除部分重复国际化

This commit is contained in:
zhangyu
2022-06-21 11:29:55 +08:00
parent 2b92eb3d01
commit 0a6aa58ad3
23 changed files with 50 additions and 32 deletions

View File

@@ -87,7 +87,7 @@ export default {
show: true
},
{
label: this.$t('guide.asset'),
label: this.$t('asset.asset'),
prop: 'assetNum',
show: true
},

View File

@@ -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,

View File

@@ -241,7 +241,7 @@ export default {
sortable: 'custom'
},
{
label: this.$t('guide.asset'),
label: this.$t('asset.asset'),
prop: 'asset',
show: true,
minWidth: 90,

View File

@@ -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

View File

@@ -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,