From 72ac4ce1a85a126887041b057103cb52fd9637a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Tue, 29 Jun 2021 00:36:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=A2=9E=E5=8A=A0=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E7=9A=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/system/UserList.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/jshERP-web/src/views/system/UserList.vue b/jshERP-web/src/views/system/UserList.vue index 6eceb049..4e05b6fe 100644 --- a/jshERP-web/src/views/system/UserList.vue +++ b/jshERP-web/src/views/system/UserList.vue @@ -31,6 +31,8 @@ 删除 + 启用 + 禁用 批量操作 @@ -66,6 +68,11 @@ 重置密码 + + @@ -117,6 +124,9 @@ { title: '机构', dataIndex: 'orgAbr', width: 115, align: "center"}, { title: '电话号码', dataIndex: 'phonenum', width: 120, align: "center"}, { title: '排序', dataIndex: 'userBlngOrgaDsplSeq', width: 60, align: "center"}, + { title: '状态',dataIndex: 'status',width:70,align:"center", + scopedSlots: { customRender: 'customRenderFlag' } + }, { title: '操作', dataIndex: 'action', @@ -129,7 +139,8 @@ list: "/user/list", delete: "/user/delete", deleteBatch: "/user/deleteBatch", - resetPwd: "/user/resetPwd" + resetPwd: "/user/resetPwd", + batchSetStatusUrl: "/user/batchSetStatus" }, } },