NEZ-1052 feat: user 编辑页面 增加 language 属性

This commit is contained in:
@changcode
2021-10-12 16:27:37 +08:00
parent f004be00a9
commit a18d4fed1d
5 changed files with 41 additions and 10 deletions

View File

@@ -144,6 +144,11 @@ export default {
prop: 'source',
show: true,
width: 150
}, {
label: this.$t('config.user.language'),
prop: 'lang',
show: true,
width: 150
}, {
label: this.$t('config.user.enable'),
prop: 'status',