From 4aa0a352e1dfb12f761bd81eb7f21efd29b4c179 Mon Sep 17 00:00:00 2001 From: yaojn Date: Thu, 18 Jan 2024 09:59:19 +0800 Subject: [PATCH] =?UTF-8?q?-=20[=E4=BF=AE=E5=A4=8D]=E8=A7=92=E8=89=B2?= =?UTF-8?q?=E7=AE=A1=E7=90=86-=E8=A1=A8=E5=8D=95=E7=9A=84=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E5=92=8C=E7=BC=96=E8=BE=91=E9=A1=B5=E5=AF=B9=E5=BA=94?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E4=B8=8D=E4=B8=80=E8=87=B4=20=20=20-=20[?= =?UTF-8?q?=E5=85=B3=E8=81=94]#[1071058956812288]=E8=A7=92=E8=89=B2?= =?UTF-8?q?=E7=AE=A1=E7=90=86-=E8=A1=A8=E5=8D=95=E7=9A=84=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E5=92=8C=E7=BC=96=E8=BE=91=E9=A1=B5=E5=AF=B9=E5=BA=94?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E4=B8=8D=E4=B8=80=E8=87=B4=20http://192.168.?= =?UTF-8?q?0.96:8090/demo/rdm.html#/bug-detail/939050947543040/93905094754?= =?UTF-8?q?3057/1071058956812288?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pages/framework/users/role-manage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/pages/framework/users/role-manage.vue b/src/views/pages/framework/users/role-manage.vue index eeb59deb..c6d9cdda 100644 --- a/src/views/pages/framework/users/role-manage.vue +++ b/src/views/pages/framework/users/role-manage.vue @@ -66,8 +66,8 @@ export default { pageSize: 20 }, theadList: [ - { title: this.$t('term.framework.rolename'), key: 'name' }, - { title: this.$t('term.framework.roledesc'), key: 'description' }, + { title: 'ID', key: 'name' }, + { title: this.$t('term.framework.rolename'), key: 'description' }, { title: this.$t('term.framework.usercount'), key: 'userCount' }, { title: this.$t('term.framework.teamcount'), key: 'teamCount' }, { title: ' ', key: 'action'} -- Gitee