From 5773bf718397e8a7073b935d989259ef0cb29219 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期一, 05 二月 2024 19:20:34 +0800 Subject: [PATCH] Merge branch 'reportWorkAppFile/reportWorkApp' of http://192.168.5.5:10010/r/web/bulletin-board-style1 into reportWorkAppFile/reportWorkApp --- src/views/dashboard/components/ProcessingInfo.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/dashboard/components/ProcessingInfo.vue b/src/views/dashboard/components/ProcessingInfo.vue index 2e8154f..ff2172b 100644 --- a/src/views/dashboard/components/ProcessingInfo.vue +++ b/src/views/dashboard/components/ProcessingInfo.vue @@ -99,11 +99,11 @@ if (task?.value?.Procedure?.Status === 3) { return 100 } - if (task?.value?.Procedure?.Status === 2 || task?.value?.Procedure?.Status === 1) { - return calculateProgress(plcStore.plcInfo as Statistics) - } + // if (task?.value?.Procedure?.Status === 2 || task?.value?.Procedure?.Status === 1) { + // return calculateProgress(plcStore.plcInfo as Statistics) + // } - return 0 + return calculateProgress(plcStore.plcInfo as Statistics) }) /** -- Gitblit v1.8.0