CN-70 fix:国际化问题、国际化数据录入
This commit is contained in:
@@ -111,12 +111,12 @@ export default {
|
||||
sortable: 'custom'
|
||||
},
|
||||
{
|
||||
label: this.$t('lang'),
|
||||
label: this.$t('config.i18n.lang'),
|
||||
prop: 'lang',
|
||||
show: true,
|
||||
sortable: 'custom'
|
||||
}, {
|
||||
label: this.$t('value'),
|
||||
label: this.$t('config.i18n.value'),
|
||||
prop: 'value',
|
||||
show: true,
|
||||
width: 150
|
||||
|
||||
Reference in New Issue
Block a user