From 5a8e93d1e48ed5c7d2e7e4c6db03ccb32a631aaa Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 05 六月 2025 15:09:01 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/patient/profile/index.vue |   19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/src/views/patient/patient/profile/index.vue b/src/views/patient/patient/profile/index.vue
index 3e27924..08dab86 100644
--- a/src/views/patient/patient/profile/index.vue
+++ b/src/views/patient/patient/profile/index.vue
@@ -111,7 +111,7 @@
             ref="userform"
             :model="userform"
             :rules="rules"
-            label-width="100px"
+            label-width="150px"
           >
             <el-row :gutter="20">
               <el-col :span="12">
@@ -123,7 +123,7 @@
                   ></el-input> </el-form-item
               ></el-col>
             </el-row>
-            <el-row :gutter="20">
+            <el-row >
               <el-col :span="12"
                 ><el-form-item label="鑱旂郴鏂瑰紡" prop="telcode">
                   <el-input
@@ -133,7 +133,7 @@
                   /> </el-form-item
               ></el-col>
               <el-col :span="12">
-                <el-form-item label="浜插睘鑱旂郴鏂瑰紡" prop="name">
+                <el-form-item label="浜插睘鑱旂郴鏂瑰紡"  prop="name">
                   <el-input
                     v-model="userform.telcodewx"
                     placeholder="璇疯緭鍏ュ鍚�"
@@ -208,7 +208,7 @@
           </el-form>
         </div>
       </div>
-      <div class="top-message">
+      <!-- <div class="top-message">
         <div class="headline">鐥呭彶</div>
         <div class="detailed">
           <el-form :model="form" label-width="100px">
@@ -316,7 +316,7 @@
             </el-row>
           </el-form>
         </div>
-      </div>
+      </div> -->
       <!-- 鑱旂郴鐢佃瘽 -->
       <div class="bottom-message">
         <div class="headline">
@@ -383,7 +383,7 @@
           </el-table-column>
 
           <el-table-column
-            label="闂ㄨ瘖鍙�"
+            label="鐥呮鍙�"
             align="center"
             key="outhospno"
             prop="outhospno"
@@ -1054,8 +1054,8 @@
         // 闂ㄨ瘖璁板綍
         listPatouthosp({ patid: this.id }).then((response) => {
           if (response.code == 200) {
-            // this.serviceData = response.rows;
-            this.serviceData = [];
+            this.serviceData = response.rows;
+            // this.serviceData = [];
           }
         });
       } else if (type == 1) {
@@ -1097,7 +1097,7 @@
         this.userform = response.rows[0];
         // this.dynamicTags = response.rows[0].tagList;
         this.dynamicTags = response.rows[0].tagList.map(this.processElement);
-        console.log(this.dynamicTags);
+        this.getcontactlist();
       });
       // 鐥呭彶淇℃伅
       getmedicalhistory({ pid: this.id }).then((res) => {
@@ -1106,7 +1106,6 @@
         }
       });
       // 鑱旂郴淇℃伅
-      this.getcontactlist();
     },
     // 淇濆瓨鎮h�呮。妗�
     savefile() {

--
Gitblit v1.9.3