From 346ae7f3ce0e30785b9cc0aea1d92204534a83d6 Mon Sep 17 00:00:00 2001
From: 侯瑞军 <411269194@kidgrow.com>
Date: Thu, 14 May 2020 18:37:26 +0800
Subject: [PATCH] 1.增加运营管理部分的所有的功能按钮权限显示隐藏功能 2.修改了部分已知的bug

---
 kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/company.html |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/company.html b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/company.html
index 8a0370f..b983928 100644
--- a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/company.html
+++ b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/company.html
@@ -164,15 +164,15 @@
             page: true,
             cols: [[
                 { type: 'numbers' },
-                { field: 'companyName', width: 180, sort: true, title: '公司名称' },
-                { field: 'companyProvince', width: 200, sort: true, title: '省' },
-                { field: 'companyCity', width: 180, sort: true, title: '市' },
-                { field: 'companyArea', width: 300, sort: true, title: '区县' },
-                { field: 'companyTel', width: 250, align: 'center', sort: true, title: '联系方式' },
-                { field: 'tenantId', width: 250, align: 'center', sort: true, title: '应用' },
-                { field: 'enabled', width: 250, align: 'center', templet: '#company-tpl-state', sort: true, title: '状态' },
-                { field: 'createTime', width: 250, sort: true, title: '时间', templet: "<div>{{layui.util.toDateString(d.createTime, 'yyyy年MM月dd日 HH:mm:ss')}}</div>" },
-                { field: 'id', width: 250, align: 'center', toolbar: '#company-table-bar', sort: true, title: '操作' },
+                { field: 'companyName', width: 180, title: '公司名称' },
+                { field: 'companyProvince', width: 200, title: '省' },
+                { field: 'companyCity', width: 180, title: '市' },
+                { field: 'companyArea', width: 300, title: '区县' },
+                { field: 'companyTel', width: 250, align: 'center', title: '联系方式' },
+                { field: 'tenantId', width: 250, align: 'center', title: '应用' },
+                { field: 'enabled', width: 250, align: 'center', templet: '#company-tpl-state', title: '状态' },
+                { field: 'createTime', width: 250, title: '时间', templet: "<div>{{layui.util.toDateString(d.createTime, 'yyyy-MM-dd HH:mm')}}</div>" },
+                { field: 'id', width: 250, align: 'center', toolbar: '#company-table-bar', title: '操作' },
             ]],
             done:function(){
                 permissionsInput();
@@ -189,7 +189,7 @@
                 layer.closeAll('loading');
                 if (data.code == 0) {
                     layer.msg(data.msg, { icon: 1, time: 500 });
-                    //table.reload('table-user', {});
+                    table.reload('table-user', {});
                 } else {
                     layer.msg(data.msg, { icon: 2, time: 500 });
                     $(obj.elem).prop('checked', !obj.elem.checked);

--
Gitblit v1.8.0