From 19f0eca493f7e17ab7b67d28cf77d80de364576c Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期一, 28 十月 2024 15:00:57 +0800 Subject: [PATCH] ll --- screen/src/views/SecurityControl.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/screen/src/views/SecurityControl.vue b/screen/src/views/SecurityControl.vue index 5bd8fd1..c6a2c8f 100644 --- a/screen/src/views/SecurityControl.vue +++ b/screen/src/views/SecurityControl.vue @@ -438,8 +438,9 @@ import VScaleScreen from 'v-scale-screen' import Percent from '@/components/percent.vue' import dayjs from 'dayjs' - import * as echarts from 'echarts' + + const colors = ['#FEAF01', '#01ABFE', '#51F9E4'] const weekMap = ['鏄熸湡鏃�', '鏄熸湡涓�', '鏄熸湡浜�', '鏄熸湡涓�', '鏄熸湡鍥�', '鏄熸湡浜�', '鏄熸湡鍏�',] const date = ref(dayjs().format('YYYY.MM.DD')) -- Gitblit v1.9.3