From f517cca6f5b605e0e75d916b5d23944f3ab6d7e5 Mon Sep 17 00:00:00 2001 From: liao Date: Sat, 6 May 2023 09:49:59 +0800 Subject: [PATCH] =?UTF-8?q?fix=2068447=20=E7=B3=BB=E7=BB=9F=E7=AE=A1?= =?UTF-8?q?=E7=90=86--=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86--=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=9D=A1=E4=BB=B6=E5=AD=97=E6=AE=B5=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E5=BB=BA=E8=AE=AE=E5=92=8C=E5=88=97=E8=A1=A8=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/system/UserList.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jero-web/src/views/system/UserList.vue b/jero-web/src/views/system/UserList.vue index 02f79f12..09e99225 100644 --- a/jero-web/src/views/system/UserList.vue +++ b/jero-web/src/views/system/UserList.vue @@ -250,14 +250,14 @@ export default { scopedSlots: { customRender: 'avatarslot' } }, { - title: '用户账号', + title: '账号', align: 'center', dataIndex: 'username', width: 120, sorter: true }, { - title: '用户姓名', + title: '真实名字', align: 'center', width: 100, dataIndex: 'realname' @@ -276,7 +276,7 @@ export default { dataIndex: 'phone' }, { - title: '部门', + title: '组织机构', align: 'center', width: 180, dataIndex: 'orgCodeTxt' @@ -300,7 +300,7 @@ export default { // dataIndex: 'departIds_dictText' // }, { - title: '状态', + title: '用户状态', align: 'center', width: 80, dataIndex: 'status_dictText'