From 6e54a6688661a05de7c418612cea8b38bbc2dee3 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 14 四月 2025 11:28:26 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/patient/index.vue |   41 ++++++++++++++++++++++-------------------
 1 files changed, 22 insertions(+), 19 deletions(-)

diff --git a/src/views/patient/patient/index.vue b/src/views/patient/patient/index.vue
index ad5972f..78643ad 100644
--- a/src/views/patient/patient/index.vue
+++ b/src/views/patient/patient/index.vue
@@ -215,7 +215,7 @@
             <el-table
               v-loading="loading"
               :data="userList"
-              height="660"
+              height="808"
               @selection-change="handleSelectionChange"
             >
               <el-table-column type="selection" width="50" align="center" />
@@ -269,7 +269,7 @@
                 align="center"
                 key="age"
                 prop="age"
-                width="60"
+                width="100"
               />
               <el-table-column
                 label="鍑虹敓骞存湀"
@@ -292,7 +292,7 @@
                 align="center"
                 key="tagList"
                 prop="tagList"
-                width="160"
+                width="180"
                 :show-overflow-tooltip="true"
               >
                 <template slot-scope="scope">
@@ -314,14 +314,12 @@
                 align="center"
                 key="telcode"
                 prop="telcode"
-                width="120"
               />
               <el-table-column
                 label="寤烘。鏃ユ湡"
                 align="center"
                 key="createTime"
                 prop="createTime"
-                width="160"
               >
                 <template slot-scope="scope">
                   <span>{{ formatTime(scope.row.createTime) }}</span>
@@ -331,7 +329,6 @@
                 label="鏇存柊鏃ユ湡"
                 align="center"
                 prop="archivetime"
-                width="160"
               >
                 <template slot-scope="scope">
                   <span>{{ formatTime(scope.row.archivetime) }}</span>
@@ -341,7 +338,7 @@
                 fixed="right"
                 label="鎿嶄綔"
                 align="center"
-                width="190"
+                width="200"
                 class-name="small-padding fixed-width"
               >
                 <template slot-scope="scope">
@@ -445,15 +442,20 @@
             prop="templatename"
           />
           <el-table-column
-            label="寰呴殢璁�/鎬讳换鍔�"
-            align="center"
-            key="nickName"
-            prop="nickName"
-          >
-            <template slot-scope="scope">
-              <span>{{ scope.row.wfs }}/{{ scope.row.yfs }}</span>
-            </template>
-          </el-table-column>
+          label="鎬讳换鍔�/宸查殢璁�"
+          align="center"
+          key="nickName"
+          width="120"
+          prop="nickName"
+        >
+          <template slot-scope="scope">
+            <span
+              >{{ scope.row.wfs ? scope.row.wfs + scope.row.yfs : "" }}/{{
+                scope.row.yfs
+              }}</span
+            >
+          </template>
+        </el-table-column>
           <el-table-column
             label="鍒涘缓浜�"
             align="center"
@@ -479,7 +481,7 @@
             align="center"
             key="sendState"
             prop="sendState"
-            width="120"
+            width="180"
           >
             <template slot-scope="scope">
               <dict-tag
@@ -1048,7 +1050,6 @@
         ],
 
         sex: [{ required: true, message: "鎬у埆涓嶈兘涓虹┖", trigger: "blur" }],
-        age: [{ required: true, message: "骞撮緞涓嶈兘涓虹┖", trigger: "blur" }],
         nation: [{ required: true, message: "姘戞棌涓嶈兘涓虹┖", trigger: "blur" }],
         telcode: [
           { required: true, message: "鑱旂郴鏂瑰紡涓嶈兘涓虹┖", trigger: "blur" },
@@ -1374,7 +1375,8 @@
 }
 .sidecolumn {
   width: 180px;
-  min-height: 100vh;
+  min-height: 80vh;
+  position: fixed;
   text-align: center;
   //   display: flex;
   margin-top: 20px;
@@ -1452,6 +1454,7 @@
 }
 .leftvlue {
   width: 80%;
+  margin-left:220px ;
   margin-top: 10px;
 }
 .leftvlue-bg {

--
Gitblit v1.9.3