fix:CN-1638【Administration-User】Customize列表中无Mobile列

This commit is contained in:
hyx
2024-04-28 10:36:39 +08:00
parent 657f5a000a
commit 088962ec24

View File

@@ -113,6 +113,11 @@ export default {
prop: 'roles',
show: true,
minWidth: 150
}, {
label: this.$t('config.user.mobile'),
prop: 'mobile',
show: true,
minWidth: 150
}, {
label: 'E-mail',
prop: 'email',