From c3aaf28f7316cce12eec007a9f85a96cbcddeec2 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 07 五月 2025 10:34:20 +0800
Subject: [PATCH] 最新版本541200007

---
 screen/src/views/TaskEfficiency.vue |   35 ++++++++++++-----------------------
 1 files changed, 12 insertions(+), 23 deletions(-)

diff --git a/screen/src/views/TaskEfficiency.vue b/screen/src/views/TaskEfficiency.vue
index a44debc..e78f9de 100644
--- a/screen/src/views/TaskEfficiency.vue
+++ b/screen/src/views/TaskEfficiency.vue
@@ -498,47 +498,36 @@
     series: [
       {
         name: '鍒嗘椂浣滀笟閲�',
-        type: 'line',
-        smooth: true,
-        showAllSymbol: true,
-        symbol: 'circle',
-        symbolSize: 0,
-        lineStyle: {
-          color: '#2355f5',
-          borderColor: '#2355f5'
-        },
+        type: 'bar',
+        barWidth: 10,
         label: {
           show: false,
           position: 'top',
           color: '#fff',
         },
         itemStyle: {
-          color: "#2355f5",
-          lineStyle: {
-            width: 0,
-            type: 'solid'
-          }
-        },
-        areaStyle: {
           color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
             {
               offset: 0,
-              color: '#2355f5'
+              color: 'rgba(0, 208, 221, 1)'
             },
             {
               offset: 1,
-              color: 'rgba(14, 31, 65,0.1)'
+              color: 'rgba(0, 194, 255, 0.20)'
             }
           ], false),
-          shadowColor: 'rgba(124,248,255, 0)',
-          shadowBlur: 20
+          lineStyle: {
+            width: 1,
+            type: 'solid'
+          },
+          barBorderRadius: [30, 30, 0, 0],
         },
         data: dataList3.value.map(i => i.workNum || 0)
       },
       {
         name: '绱浣滀笟閲�',
         type: 'bar',
-        barWidth: 6,
+        barWidth: 10,
         label: {
           show: false,
           position: 'top',
@@ -548,11 +537,11 @@
           color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
             {
               offset: 0,
-              color: '#63d6fa'
+              color: 'rgba(0, 86, 255, 1)'
             },
             {
               offset: 1,
-              color: '#32718d'
+              color: 'rgba(0, 86, 255, 0.20)'
             }
           ], false),
           lineStyle: {

--
Gitblit v1.9.3