From 96c52212058910e6f60809a5689a7fd32051bcbd Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Fri, 4 Mar 2022 15:32:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=92=E8=89=B2=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/system/RoleUserList.vue | 36 ++++++++++++++++++---- 1 file changed, 30 insertions(+), 6 deletions(-) diff --git a/jero-web/src/views/system/RoleUserList.vue b/jero-web/src/views/system/RoleUserList.vue index a8e3f4f5b..0f4f4da0e 100644 --- a/jero-web/src/views/system/RoleUserList.vue +++ b/jero-web/src/views/system/RoleUserList.vue @@ -51,6 +51,29 @@ :pagination="ipagination" :loading="loading" @change="handleTableChange"> + + {{$t('user')}} + + + + + {{$t('more')}} + + + + {{$t('toGrantAuthorization')}} + + + {{$t('edit')}} + + + + {{$t('delete')}} + + + + + @@ -144,13 +167,14 @@ customRender: (text) => { return moment(text).format('YYYY-MM-DD') } + }, + { + title: this.$t('operation'), + width: 100, + dataIndex: 'action', + align: 'center', + scopedSlots: { customRender: 'action' } } - // { - // title: this.$t('operation'), - // dataIndex: 'action', - // align: 'center', - // scopedSlots: { customRender: 'action' } - // } ], // 高级查询拼接条件 superQueryMatchType2: 'and',