Merge remote-tracking branch 'origin/main'

This commit is contained in:
赵霄
2023-09-27 11:53:24 +08:00
+2 -2
View File
@@ -135,7 +135,7 @@ export default {
columns: [ columns: [
{ {
title: this.$t('user.account'), title: this.$t('user.account'),
dataIndex: 'account', dataIndex: 'username',
align: 'center', align: 'center',
scopedSlots: { customRender: 'text' } scopedSlots: { customRender: 'text' }
}, },
@@ -153,7 +153,7 @@ export default {
}, },
{ {
title: this.$t('role'), title: this.$t('role'),
dataIndex: 'role', dataIndex: 'roleTxt',
align: 'center', align: 'center',
scopedSlots: { customRender: 'text' } scopedSlots: { customRender: 'text' }
}, },