From 97781dbbb802481a3be936ac6e4badfbd685294e Mon Sep 17 00:00:00 2001 From: lzh Date: Sun, 1 Mar 2026 16:32:10 +0800 Subject: [PATCH] =?UTF-8?q?style(ops):=20=E4=B8=8A=E6=9C=88=E8=B6=8B?= =?UTF-8?q?=E5=8A=BF=E7=BA=BF=E6=94=B9=E5=AE=9E=E7=BA=BF=EF=BC=8C=E7=83=AD?= =?UTF-8?q?=E5=8A=9B=E5=9B=BE=E5=A2=9E=E5=8A=A0=E9=A2=9C=E8=89=B2=E7=BB=86?= =?UTF-8?q?=E5=88=86=E5=B1=82=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 工单趋势图:上月新增线条去掉虚线(dashed),改为实线 - 时段热力图:颜色从6级扩展到9级(#f0f5ff→#061178),splitNumber 5→8,低值与高值区分更明显 Co-Authored-By: Claude Opus 4.6 --- .../cleaning/work-order/dashboard/index.vue | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/apps/web-antd/src/views/ops/cleaning/work-order/dashboard/index.vue b/apps/web-antd/src/views/ops/cleaning/work-order/dashboard/index.vue index 4e57d8958..ff5dddca2 100644 --- a/apps/web-antd/src/views/ops/cleaning/work-order/dashboard/index.vue +++ b/apps/web-antd/src/views/ops/cleaning/work-order/dashboard/index.vue @@ -248,7 +248,6 @@ function getTrendChartOptions(): ECOption { smooth: true, symbol: 'circle', symbolSize: 6, - lineStyle: { type: 'dashed' }, areaStyle: { opacity: 0.1, color: { @@ -571,15 +570,18 @@ function getHeatmapChartOptions(): ECOption { itemHeight: 50, inRange: { color: [ - '#e6f7ff', - '#bae7ff', - '#91d5ff', - '#69c0ff', - '#40a9ff', - '#1677ff', + '#f0f5ff', + '#d6e4ff', + '#adc6ff', + '#85a5ff', + '#597ef7', + '#2f54eb', + '#1d39c4', + '#10239e', + '#061178', ], }, - splitNumber: 5, + splitNumber: 8, show: false, }, series: [