From 17faa5c0b1d69187a45d8d810c90bae414cfe5c6 Mon Sep 17 00:00:00 2001
From: 侯瑞军 <411269194@kidgrow.com>
Date: Thu, 23 Apr 2020 18:59:31 +0800
Subject: [PATCH] 1.医院充值功能完成,业务细节还需整理 2.整理调整了common.js部分公共函数 3.调整合同,充值记录,产品统计功能细节

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

diff --git a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/sysOrganization.html b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/sysOrganization.html
index 1f9bee4..32ef61f 100644
--- a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/sysOrganization.html
+++ b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/sysOrganization.html
@@ -132,7 +132,7 @@
                 page: false,
                 cols: [[
                     { type: 'numbers' },
-                    { field: 'orgName', align: 'right', title: '组织名称' },
+                    { field: 'orgName', minWidth: 200, title: '组织名称' },
                     {
                         field: 'orgAttr', align: 'right', title: '所属类型', templet: function (d) {
                             //节点属性(集团/公司/部门等,取值0,1,2,3,4)

--
Gitblit v1.8.0