CN-70 fix:国际化问题、国际化数据录入

This commit is contained in:
晶晶 张
2021-07-22 16:59:24 +08:00
parent 3ae20a4a85
commit 3e044660e7
3 changed files with 17 additions and 19 deletions

View File

@@ -111,12 +111,12 @@ export default {
sortable: 'custom'
},
{
label: this.$t('config.i18n.lang'),
label: this.$t('lang'),
prop: 'lang',
show: true,
sortable: 'custom'
}, {
label: this.$t('config.i18n.value'),
label: this.$t('value'),
prop: 'value',
show: true,
width: 150