From ae8535b861f9177508d9e5493e0fe9e47978c915 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期一, 31 八月 2026 16:58:47 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/patient/physical.vue |   27 ++++++++++++++++-----------
 1 files changed, 16 insertions(+), 11 deletions(-)

diff --git a/src/views/patient/patient/physical.vue b/src/views/patient/patient/physical.vue
index 3cbf04a..d1222be 100644
--- a/src/views/patient/patient/physical.vue
+++ b/src/views/patient/patient/physical.vue
@@ -111,7 +111,7 @@
               size="medium"
               :disabled="single"
               @click="handleUpdate"
-              v-hasPermi="['system:user:edit']"
+
               >淇敼</el-button
             >
           </el-col>
@@ -254,12 +254,12 @@
           <el-table-column
             label="灏辫瘖鏃堕棿"
             align="center"
-            key="createTime"
-            prop="createTime"
-            width="160"
+            key="admitdate"
+            prop="admitdate"
+            width="140"
           >
             <template slot-scope="scope">
-              <span>{{ formatTime(scope.row.createTime) }}</span>
+              <span>{{ formatTime(scope.row.admitdate) }}</span>
             </template>
           </el-table-column>
           <el-table-column
@@ -269,14 +269,13 @@
             width="160"
           >
             <template slot-scope="scope">
-              <span>{{ formatTime(scope.row.createTime) }}</span>
+              <span>{{ formatTime(scope.row.updateTime) }}</span>
             </template>
           </el-table-column>
           <el-table-column
             label="鎿嶄綔"
             fixed="right"
             align="center"
-            width="160"
             class-name="small-padding fixed-width"
           >
             <template slot-scope="scope">
@@ -289,7 +288,7 @@
                     query: { id: scope.row.patid },
                   })
                 "
-                v-hasPermi="['system:user:edit']"
+
                 ><span class="button-textsc"
                   ><i class="el-icon-zoom-in"></i>鏌ョ湅</span
                 ></el-button
@@ -298,7 +297,7 @@
                 size="medium"
                 type="text"
                 @click="handleUpdate(scope.row)"
-                v-hasPermi="['system:user:edit']"
+
                 ><span class="button-textxg"
                   ><i class="el-icon-edit"></i>淇敼</span
                 ></el-button
@@ -541,6 +540,9 @@
   Exporterrorpatient,
   toleadpatient,
 } from "@/api/smartor/patphysical";
+import {
+  particularpatient,
+} from "@/api/patient/homepage";
 import { listtag } from "@/api/system/label";
 import { getToken } from "@/utils/auth";
 import Treeselect from "@riophae/vue-treeselect";
@@ -776,7 +778,10 @@
     resetQuery() {
       this.dateRange = [];
       this.resetForm("queryForm");
-      this.$refs.tree.setCurrentKey(null);
+      this.queryParams= {
+        pageNum: 1,
+        pageSize: 10,
+      },
       this.handleQuery();
     },
     // 澶氶�夋閫変腑鏁版嵁
@@ -947,6 +952,6 @@
   }
 }
 .button-textsc {
-  color: #28cfe6;
+  color: #3664D9;
 }
 </style>

--
Gitblit v1.9.3