From e06cd3953ba8a6e0eee11c235bce9ced419a2800 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 03 六月 2026 14:05:08 +0800
Subject: [PATCH] 测试完成

---
 src/views/Satisfaction/sfstatistics/components/FollowupStatistics.vue |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/src/views/Satisfaction/sfstatistics/components/FollowupStatistics.vue b/src/views/Satisfaction/sfstatistics/components/FollowupStatistics.vue
index 1b59b49..20938e3 100644
--- a/src/views/Satisfaction/sfstatistics/components/FollowupStatistics.vue
+++ b/src/views/Satisfaction/sfstatistics/components/FollowupStatistics.vue
@@ -199,13 +199,14 @@
                 scope.row.followUpRate !== undefined
               "
             >
-              {{ formatPercent(scope.row.followUpRate) }}
+              {{ scope.row.followUpRate }}
             </span>
             <span v-else>-</span>
           </template>
         </el-table-column>
 
         <el-table-column
+          v-if="orgname == '鏅畞鐣叉棌鑷不鍘夸汉姘戝尰闄�'"
           label="鍙婃椂鐜�"
           align="center"
           key="rate"
@@ -381,6 +382,7 @@
 
       // 鍔犺浇鐘舵��
       loading: false,
+      orgname: "",
 
       // 閫変腑鐨勮
       ids: [],
@@ -439,6 +441,8 @@
   },
 
   created() {
+    this.orgname = localStorage.getItem("orgname");
+
     this.initData();
   },
 
@@ -446,7 +450,7 @@
     // 鍒濆鍖栨暟鎹�
     async initData() {
       await this.getDeptTree();
-      await this.getList();
+      // await this.getList();
     },
 
     // 鑾峰彇绉戝鏍�
@@ -814,8 +818,7 @@
 
         const response = await getSfStatisticsJoyInfo(params);
         this.topiclist = response.data || [];
-      this.topicVisible = true;
-
+        this.topicVisible = true;
       } catch (error) {
         console.error("鑾峰彇婊℃剰搴﹁鎯呭け璐�:", error);
         this.$message.error("鑾峰彇璇︽儏澶辫触");

--
Gitblit v1.9.3