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/medtechnician/PatientChart.vue | 31 +++++++++++++++++++------------
1 files changed, 19 insertions(+), 12 deletions(-)
diff --git a/src/views/patient/medtechnician/PatientChart.vue b/src/views/patient/medtechnician/PatientChart.vue
index 33bf5ac..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
@@ -485,20 +490,16 @@
label: "浣撴闅忚",
},
{
- value: "6",
- label: "婊℃剰搴﹁皟鏌�",
- },
- {
value: "7",
label: "鎮h�呮姤鍛�",
},
{
- value: "10",
- label: "涓撶梾闅忚",
+ value: "11",
+ label: "鍖绘妧闅忚",
},
{
- value: "8",
- label: "鍏朵粬閫氱煡",
+ value: "10",
+ label: "涓撶闅忚",
},
],
tasktopic: "2", //鏂板绫诲瀷
@@ -788,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