From a07b06f776584111c49576e3fc42a970beeea133 Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Sat, 30 Jan 2021 14:17:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=94=A8=E6=88=B7=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E6=93=8D=E4=BD=9C=E6=A0=8F=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/assets/modular/system/user/user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/assets/modular/system/user/user.js b/src/main/webapp/assets/modular/system/user/user.js index 2e4c4b39..26c5c641 100644 --- a/src/main/webapp/assets/modular/system/user/user.js +++ b/src/main/webapp/assets/modular/system/user/user.js @@ -177,7 +177,7 @@ layui.use(['layer', 'form', 'table', 'util', 'admin', 'tree', 'dropdown', 'xmSel {field: 'positionId', align: "center", sort: true, title: '职务'}, {field: 'phone', align: "center", sort: true, title: '电话'}, {field: 'status', align: "center", templet: '#statusTpl', title: '状态'}, - {title: '操作', toolbar: '#userTbBar'} + {title: '操作', toolbar: '#userTbBar', width: 300} ]], done: function () { @@ -235,4 +235,4 @@ layui.use(['layer', 'form', 'table', 'util', 'admin', 'tree', 'dropdown', 'xmSel OrganizationUser.changeUserStatus(userId, checked); }); -}); \ No newline at end of file +});