diff --git a/src/main/webapp/assets/modular/system/user/user.js b/src/main/webapp/assets/modular/system/user/user.js index 73282e2c..a8ecf7e6 100644 --- a/src/main/webapp/assets/modular/system/user/user.js +++ b/src/main/webapp/assets/modular/system/user/user.js @@ -37,7 +37,7 @@ layui.use(['layer', 'form', 'table', 'ztree', 'laydate', 'admin', 'HttpRequest', {field: 'phone', align: "center", sort: true, title: '电话'}, {field: 'createTime', align: "center", sort: true, title: '创建时间', minWidth: 160}, {field: 'status', align: "center", sort: true, templet: '#statusTpl', title: '状态'}, - {align: 'center', toolbar: '#tableBar', title: '操作', minWidth: 300} + {align: 'center', toolbar: '#tableBar', title: '操作', minWidth: 350} ]]; }; diff --git a/src/main/webapp/pages/modular/system/organization/organization.html b/src/main/webapp/pages/modular/system/organization/organization.html index 65d5d9f7..5fe34848 100644 --- a/src/main/webapp/pages/modular/system/organization/organization.html +++ b/src/main/webapp/pages/modular/system/organization/organization.html @@ -47,8 +47,6 @@