From 5d97b0934973737a903f45d1d89e095b2e255694 Mon Sep 17 00:00:00 2001
From: zxh <279049017@qq.com>
Date: Fri, 21 Aug 2020 10:12:36 +0800
Subject: [PATCH] 提交到Gitblit

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

diff --git a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/doctor.html b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/doctor.html
index e914f47..d944e82 100644
--- a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/doctor.html
+++ b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/doctor.html
@@ -14,8 +14,8 @@
                     <input id="doctorName" class="layui-input search-input" type="text" placeholder="按医生名" />&emsp;
                     <select id="doctorState" lay-filter="role_clients">
                         <option value="">-医院状态-</option>
-                        <option value="true">正常</option>
-                        <option value="false">试用</option>
+                        <option value="1">正常</option>
+                        <option value="0">试用</option>
                     </select>&emsp;
                     <input name="hospitalName" id="hospitalName-seach" placeholder="按医院名称" type="text"
                         class="layui-input search-input" maxlength="50" autocomplete="off" />&emsp;
@@ -148,7 +148,7 @@
                 <label class="layui-form-label">医生简介</label>
                 <div class="layui-input-block">
                     <textarea name="doctorAbout" id="doctorAbout" class="layui-textarea" maxlength="300"
-                        style="width: 650px;"></textarea>
+                        style="width: 697px;"></textarea>
                 </div>
             </div>
         </div>
@@ -541,10 +541,7 @@
                             data) {
                             layer.closeAll('loading');
                             if (data.code == 0) {
-                                layer.msg(data.msg, {
-                                    icon: 1,
-                                    time: 2000
-                                });
+                                layer.alert("密码重置为:"+data.data, {icon: 1});
                             } else {
                                 layer.msg(data.msg, {
                                     icon: 2,

--
Gitblit v1.8.0