From aae0b49229d8798a2cc31a8449092e2db62e2407 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 26 三月 2026 11:26:41 +0800
Subject: [PATCH] 绩效管理:人员考勤功能模块

---
 src/views/statisticalCharts/qualificationRateStatistics/index.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/views/statisticalCharts/qualificationRateStatistics/index.vue b/src/views/statisticalCharts/qualificationRateStatistics/index.vue
index b009415..bc5ab84 100644
--- a/src/views/statisticalCharts/qualificationRateStatistics/index.vue
+++ b/src/views/statisticalCharts/qualificationRateStatistics/index.vue
@@ -238,7 +238,7 @@
         }
       },
       lineColors: ['#91A0FC'],
-      barColors: ['#9fe080', '#ff994d'], // 鍚堟牸缁� / 涓嶅悎鏍肩孩
+      barColors: ['#5b9bd5', '#ed7d31'], // 鍚堟牸缁� / 涓嶅悎鏍肩孩
       barColors2: ['#A4EEDA'],
       pieTooltip: {
         trigger: 'item'
@@ -275,8 +275,8 @@
             length2: 40
           },
           data: [
-            { value: 0, name: '涓嶅悎鏍兼暟閲�', itemStyle: {color: '#ff994d'} },
-            { value: 0, name: '鍚堟牸鏁伴噺', itemStyle: { color: '#9fe080' } }
+            { value: 0, name: '涓嶅悎鏍兼暟閲�', itemStyle: {color: '#ed7d31'} },
+            { value: 0, name: '鍚堟牸鏁伴噺', itemStyle: { color: '#5b9bd5' } }
           ]
         }
       ],
@@ -308,8 +308,8 @@
             length2: 40,
           },
           data: [
-            { value: 0, name: '涓嶅悎鏍兼暟閲�', itemStyle: { color: '#ff994d' } },
-            { value: 0, name: '鍚堟牸鏁伴噺', itemStyle: { color: '#9fe080' } },
+            { value: 0, name: '涓嶅悎鏍兼暟閲�', itemStyle: { color: '#ed7d31' } },
+            { value: 0, name: '鍚堟牸鏁伴噺', itemStyle: { color: '#5b9bd5' } },
           ]
         }
       ],
@@ -341,8 +341,8 @@
             length2: 40,
           },
           data: [
-            { value: 0, name: '涓嶅悎鏍兼暟閲�', itemStyle: { color: '#ff994d' } },
-            { value: 0, name: '鍚堟牸鏁伴噺', itemStyle: { color: '#9fe080' } },
+            { value: 0, name: '涓嶅悎鏍兼暟閲�', itemStyle: { color: '#ed7d31' } },
+            { value: 0, name: '鍚堟牸鏁伴噺', itemStyle: { color: '#5b9bd5' } },
           ]
         }
       ],

--
Gitblit v1.9.3