From a5cba9ab040f6f97558046885dce3017f9bab7e9 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期二, 11 八月 2026 14:12:29 +0800
Subject: [PATCH] 提交

---
 src/views/Satisfaction/diseaseStatistics/components/FirstFollowUp.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/Satisfaction/diseaseStatistics/components/FirstFollowUp.vue b/src/views/Satisfaction/diseaseStatistics/components/FirstFollowUp.vue
index e8ee568..978e85d 100644
--- a/src/views/Satisfaction/diseaseStatistics/components/FirstFollowUp.vue
+++ b/src/views/Satisfaction/diseaseStatistics/components/FirstFollowUp.vue
@@ -190,6 +190,7 @@
             </template>
           </el-table-column>
           <el-table-column
+            v-if="orgname != '鏅畞鐣叉棌鑷不鍘夸汉姘戝尰闄�'"
             label="鎴愬姛鐜�"
             align="center"
             width="120"
@@ -404,7 +405,7 @@
 
       delete params.leavehospitaldistrictcodes.all;
       delete params.deptcodes.all;
-      params.rateDay = 7;
+      params.rateDay = this.orgname == "榫欐硥甯備汉姘戝尰闄�" ? 21 : 7;
       getSpecialSfStatistics(params)
         .then((response) => {
           this.tableData = this.customSort(response.data);
@@ -617,7 +618,7 @@
 
       if (!row.doctorStats) {
         this.loading = true;
-        params.rateDay = 7;
+        params.rateDay = this.orgname == "榫欐硥甯備汉姘戝尰闄�" ? 21 : 7;
 
         getSpecialSfStatistics(params).then((res) => {
           this.$set(row, "doctorStats", res.data);

--
Gitblit v1.9.3