From d6b22b80701725df16e29440ea818411a5de22fd 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, 28 Feb 2023 00:22:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=94=A8=E6=88=B7=E7=9A=84?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E5=88=97=E7=9A=84=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/system/UserList.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/jshERP-web/src/views/system/UserList.vue b/jshERP-web/src/views/system/UserList.vue index 4b2a4896..3d979a4d 100644 --- a/jshERP-web/src/views/system/UserList.vue +++ b/jshERP-web/src/views/system/UserList.vue @@ -130,17 +130,17 @@ dataIndex: 'action', scopedSlots: {customRender: 'action'}, align: "center", - width: 160 + width: 200 }, { title: '登录名称', dataIndex: 'loginName', width: 100, align: "left"}, { title: '用户姓名', dataIndex: 'username', width: 100, align: "left"}, { title: '用户类型', dataIndex: 'userType', width: 80, align: "left" }, { title: '角色', dataIndex: 'roleName', width: 100, align: "left"}, - { title: '机构', dataIndex: 'orgAbr', width: 140, align: "left"}, - { title: '是否经理', dataIndex: 'leaderFlagStr', width: 80, align: "left"}, - { title: '电话号码', dataIndex: 'phonenum', width: 120, align: "left"}, - { title: '排序', dataIndex: 'userBlngOrgaDsplSeq', width: 60, align: "left"}, - { title: '状态',dataIndex: 'status',width:70,align:"center", + { title: '机构', dataIndex: 'orgAbr', width: 100, align: "left"}, + { title: '是否经理', dataIndex: 'leaderFlagStr', width: 60, align: "left"}, + { title: '电话号码', dataIndex: 'phonenum', width: 80, align: "left"}, + { title: '排序', dataIndex: 'userBlngOrgaDsplSeq', width: 40, align: "left"}, + { title: '状态',dataIndex: 'status',width:60,align:"center", scopedSlots: { customRender: 'customRenderFlag' } } ],