From fad1c8db786875f207636dfe26a7e86faa5db8e0 Mon Sep 17 00:00:00 2001 From: "zangch@mesnac.com" Date: Sat, 11 Oct 2025 15:32:09 +0800 Subject: [PATCH] =?UTF-8?q?refactor(mes):=20=E6=B3=A8=E9=87=8A=E6=8E=89?= =?UTF-8?q?=E5=9C=A8=E5=88=B6=E8=B7=9F=E8=B8=AA=E6=8A=A5=E8=A1=A8=E7=9A=84?= =?UTF-8?q?tooltip=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在WIP跟踪报表中临时注释掉了tooltip的配置代码 -保留了原有的formatter函数和trigger设置的注释 --- src/views/mes/wipTrackingReport/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/mes/wipTrackingReport/index.vue b/src/views/mes/wipTrackingReport/index.vue index 24d7a5d..65e16b9 100644 --- a/src/views/mes/wipTrackingReport/index.vue +++ b/src/views/mes/wipTrackingReport/index.vue @@ -519,7 +519,7 @@ function updateProcessChart() { left: 'center', textStyle: { fontSize: 14 } }, - tooltip: { +/* tooltip: { trigger: 'axis', formatter: function(params: any) { const data = params[0].data.value; @@ -529,7 +529,7 @@ function updateProcessChart() { 在制工序: ${data[3]}
剩余工序: ${data[4]}`; } - }, + },*/ xAxis: { type: 'category', data: processData.map(item => item.name),