NEZ-1734 fix:页面 国际化的问题

This commit is contained in:
zhangyu
2022-03-24 15:59:05 +08:00
parent 5b6c728d6b
commit fae3c0ab0c
7 changed files with 96 additions and 49 deletions

View File

@@ -274,12 +274,12 @@ export default {
minWidth: 110,
sortable: 'custom'
}, {
label: 'SN',
label: this.$t('asset.sn'),
prop: 'sn',
show: true,
minWidth: 110
}, {
label: 'Talon',
label: this.$t('asset.talon'),
// prop: 'clientState',
prop: 'talon',
show: true,