From 4c9eab7cd2f92e6ebee76f38f1616cb3e5855697 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 10 四月 2025 10:46:27 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/medtechnician/PatientChart.vue |   19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/src/views/patient/medtechnician/PatientChart.vue b/src/views/patient/medtechnician/PatientChart.vue
index f274342..8f2022d 100644
--- a/src/views/patient/medtechnician/PatientChart.vue
+++ b/src/views/patient/medtechnician/PatientChart.vue
@@ -158,13 +158,18 @@
           :show-overflow-tooltip="true"
         />
         <el-table-column
-          label="寰呴殢璁�/鎬讳换鍔$粍"
+          label="鎬讳换鍔�/宸查殢璁�"
           align="center"
           key="nickName"
+          width="120"
           prop="nickName"
         >
           <template slot-scope="scope">
-            <span>{{ scope.row.wfs }}/{{ scope.row.yfs }}</span>
+            <span
+              >{{ scope.row.wfs ? scope.row.wfs + scope.row.yfs : "" }}/{{
+                scope.row.yfs
+              }}</span
+            >
           </template>
         </el-table-column>
         <el-table-column
@@ -784,8 +789,14 @@
     resetQuery() {
       this.dateRange = [];
       this.resetForm("queryForm");
-      this.topqueryParams.deptId = undefined;
-      this.$refs.tree.setCurrentKey(null);
+      this.topqueryParams= {
+        pageNum: 1,
+        pageSize: 10,
+        type: 3,
+        userName: undefined,
+        tagid: undefined,
+        topic: undefined,
+      },
       this.handleQuery();
     },
     // 澶氶�夋閫変腑鏁版嵁

--
Gitblit v1.9.3