diff --git a/src/views/SagTraceResult_WX/components/eventStatistics/index.vue b/src/views/SagTraceResult_WX/components/eventStatistics/index.vue index 0df4a86..2e22aa2 100644 --- a/src/views/SagTraceResult_WX/components/eventStatistics/index.vue +++ b/src/views/SagTraceResult_WX/components/eventStatistics/index.vue @@ -857,7 +857,7 @@ const analysisClick = (row: any) => { const dataObject = { eventList: [...eventList.value], - color: "#1dd1a1", + color: "#03de6d", maxResponsibilityMonitorId: [...maxResponsibilityMonitorId.value], maxColor: "#f9065b", }; @@ -1186,7 +1186,7 @@ const callHarmOneImageApi = (row: any, selectedTime: string) => { const dataObject = { eventListAll: [JSON.parse(JSON.stringify(eventListAll.value))], eventList: [...eventList.value], - color: "#09ee06", + color: "#cf552d", maxResponsibilityMonitorId: [...maxResponsibilityMonitorId.value], maxColor: "#c708fe", backgroundPointId: [...backgroundPoint.value], diff --git a/src/views/SagTraceResult_WX/index.vue b/src/views/SagTraceResult_WX/index.vue index 3e30ec5..1d302fd 100644 --- a/src/views/SagTraceResult_WX/index.vue +++ b/src/views/SagTraceResult_WX/index.vue @@ -108,7 +108,7 @@ />
 -
暂降发生测点
- -
背景测点
-
- (null);