From 0ecbc30a8d0ff83d171f26672b76da01337533f8 Mon Sep 17 00:00:00 2001
From: Tcsm <1377977403@qq.com>
Date: 星期三, 03 五月 2023 17:48:22 +0800
Subject: [PATCH] 增加家根网页面

---
 ruoyi-ui/src/views/doctor/doctorInfo.vue |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/ruoyi-ui/src/views/doctor/doctorInfo.vue b/ruoyi-ui/src/views/doctor/doctorInfo.vue
index f8f36b4..71c7098 100644
--- a/ruoyi-ui/src/views/doctor/doctorInfo.vue
+++ b/ruoyi-ui/src/views/doctor/doctorInfo.vue
@@ -2,7 +2,7 @@
   <div class="app-container">
     <div class="form-header mt">
       <h4 class="dt h4">灏卞尰璁板綍璇︾粏淇℃伅 </h4>
-      <el-button type="primary" class="pt"  icon="el-icon-edit" @click="handleEdit()" :disabled="btn">缂栬緫</el-button>
+      <el-button v-if="isShow" type="primary" class="pt"  icon="el-icon-edit" @click="handleEdit()" >缂栬緫</el-button>
       <!--      <br>-->
       <!--      <el-button type="primary" class="pt"   @click="handleExport"-->
       <!--                 v-hasPermi="['self:user:export']" >瀵煎嚭</el-button>-->
@@ -176,7 +176,7 @@
       ],
       dsb:true,
       btn:false,
-
+      isShow:true,
       // 灏卞尰璁板綍琛ㄦ牸鏁版嵁
       doctorList: [],
 
@@ -384,7 +384,8 @@
     handleEdit()
     {
       this.dsb = false
-      this.btn = true
+      // this.btn = true
+      this.isShow=false
     },
     requestUpload(params)
     {
@@ -423,6 +424,9 @@
 </script>
 
 <style scoped>
+.app-container{
+  background-color: #FEF7FC;
+}
 .mt
 {
   position: relative;

--
Gitblit v1.9.1