From d1f6a557ae1a7886aa6a54bd3923b3483db02a68 Mon Sep 17 00:00:00 2001
From: zhaoxiaohao <279049017@qq.com>
Date: Wed, 30 Dec 2020 20:26:25 +0800
Subject: [PATCH] Merge branch 'master' into dev

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

diff --git a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/hospital.html b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/hospital.html
index aa1b656..e8dd898 100644
--- a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/hospital.html
+++ b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/hospital.html
@@ -106,7 +106,7 @@
                     },
                     {
                         field: 'hospitalLink',
-                        width: "6%",
+                        width: "7%",
                         title: '联系人'
                     },
                     {
@@ -115,6 +115,16 @@
                         title: '联系方式'
                     },
                     {
+                        field: 'departmentLink',
+                        width: "6%",
+                        title: '科室联系人'
+                    },
+                    {
+                        field: 'departmentTel',
+                        width: "8%",
+                        title: '科室联系方式'
+                    },
+                    {
                         field: 'orderType', width: 80,  title: '状态', templet: function (d) {
                             if(d.orderType==null){
                                 return "";

--
Gitblit v1.8.0