From 3ec4fc436d96fa10f3cf2a739e66d9b500ebff5d Mon Sep 17 00:00:00 2001 From: ali <ali9696@163.com> Date: 星期四, 13 二月 2025 16:28:53 +0800 Subject: [PATCH] 成本趋势 --- zhitan-vue/src/views/costAnalysis/cost-trend-analysis.vue | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/zhitan-vue/src/views/costAnalysis/cost-trend-analysis.vue b/zhitan-vue/src/views/costAnalysis/cost-trend-analysis.vue index ef1375f..3ef3d1c 100644 --- a/zhitan-vue/src/views/costAnalysis/cost-trend-analysis.vue +++ b/zhitan-vue/src/views/costAnalysis/cost-trend-analysis.vue @@ -64,6 +64,12 @@ { name: item.costLabel, data: item.costValueList, + markPoint: { + data: [ + { type: 'max', name: 'Max' }, + { type: 'min', name: 'Min' }, + ], + }, }, ], }" @@ -87,6 +93,12 @@ name: item.accumulationLabel, color: '#19be6b', data: item.accumulationValueList, + markPoint: { + data: [ + { type: 'max', name: 'Max' }, + { type: 'min', name: 'Min' }, + ], + }, }, ], }" -- Gitblit v1.9.3