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 +});