From 13f102240d9c0c9d5a133fb093551f2e08d7c55c Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期五, 19 一月 2024 16:47:41 +0800
Subject: [PATCH] ie不支持es6的问题,安装插件,配置
---
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