From 5b1de6eb3e13067e67cc83fa4f3f7852cb5be578 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 11 十二月 2025 17:09:45 +0800
Subject: [PATCH] 1.安佑-BI大屏展示修改
---
src/views/reportAnalysis/dataDashboard/index.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/reportAnalysis/dataDashboard/index.vue b/src/views/reportAnalysis/dataDashboard/index.vue
index c385502..afc4bee 100644
--- a/src/views/reportAnalysis/dataDashboard/index.vue
+++ b/src/views/reportAnalysis/dataDashboard/index.vue
@@ -487,11 +487,6 @@
textStyle: { color: '#B8C8E0' },
data: ['搴斾粯閲戦', '搴旀敹閲戦']
}
-const barLegend = {
- show: true,
- textStyle: { color: '#B8C8E0' },
- data: ['鍘熸潗鏂欏悎鏍兼暟', '杩囩▼鍚堟牸鏁�', '鍑哄巶鍚堟牸鏁�']
-}
const barLegend1 = {
show: true,
textStyle: { color: '#B8C8E0' },
@@ -563,6 +558,11 @@
data: []
},
])
+const barLegend = {
+ show: true,
+ textStyle: { color: '#B8C8E0' },
+ data: ['鍏ュ簱鏁伴噺', '鍑哄簱鏁伴噺']
+}
const barSeries1 = ref([
{
name: '鍏ュ簱鏁伴噺',
--
Gitblit v1.9.3