From c3576dff24adbb52cf807c100afb63399e16f813 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期四, 11 九月 2025 09:36:45 +0800
Subject: [PATCH] 测试完成

---
 src/views/sfstatistics/Voicedetail/index.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/views/sfstatistics/Voicedetail/index.vue b/src/views/sfstatistics/Voicedetail/index.vue
index 6fd8502..0709dc5 100644
--- a/src/views/sfstatistics/Voicedetail/index.vue
+++ b/src/views/sfstatistics/Voicedetail/index.vue
@@ -47,7 +47,7 @@
               end-placeholder="缁撴潫鏃ユ湡"
             ></el-date-picker>
           </el-form-item>
-          <el-form-item label="绉戝锛�" prop="userName">
+          <el-form-item label="璇鹃缁勶細" prop="userName">
             <el-select v-model="queryParams.value2" placeholder="璇烽�夋嫨">
               <el-option
                 v-for="item in ksoptions"
@@ -163,6 +163,7 @@
   },
 
   methods: {
+    // 楗煎浘
     fucazChartsInit() {
       var fucazCharts = echarts.init(this.fucazCharts);
       console.log(fucazCharts);
@@ -187,6 +188,10 @@
             },
             label: {
               show: false,
+              formatter(param) {
+                // correct the percentage
+                return param.name + " (" + param.percent * 2 + "%)";
+              },
               position: "center",
             },
             emphasis: {

--
Gitblit v1.9.3