From 81065b8fa819ee2653ee23a3574868784a9be412 Mon Sep 17 00:00:00 2001 From: bingbing <zhaobingliang@aliyun.com> Date: Fri, 26 Feb 2021 16:10:34 +0800 Subject: [PATCH] 运营平台添加医生或H端添加医生密码为默认的 --- kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/hospital.html | 15 +++++++++++++-- 1 files changed, 13 insertions(+), 2 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 d0c691b..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,13 +106,23 @@ }, { field: 'hospitalLink', - width: "6%", + width: "7%", title: '联系人' }, { field: 'hospitalTel', width: "8%", title: '联系方式' + }, + { + field: 'departmentLink', + width: "6%", + title: '科室联系人' + }, + { + field: 'departmentTel', + width: "8%", + title: '科室联系方式' }, { field: 'orderType', width: 80, title: '状态', templet: function (d) { @@ -340,7 +350,8 @@ method: 'GET', where: { 'hospitalId': data.hospitalId, - 'departmentId': data.departmentId + 'departmentId': data.departmentId, + 'enabled': true }, headers: { 'Authorization': 'Bearer ' + config.getToken().access_token -- Gitblit v1.8.0