From bf092fe7aadaf066a3c404bd4428f9c7c551dbbf Mon Sep 17 00:00:00 2001
From: songguoqiang <765017469@qq.com>
Date: Fri, 19 Apr 2024 15:09:54 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/home/index.vue | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index c833f88..2118d17 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -127,7 +127,7 @@
- 平均故障恢复时间(MTTR/min)
- - {{ yearTarget.zsHFGoal || '0%' }}
+ - {{ yearTarget.zsHFGoal || '0' }}
- {{ yearTarget.zsHFActual || '0%' }}
{{ yearTarget.zsHFActual || '0' }}
- 平均故障间隔时间(H)
- - {{ yearTarget.zsJGGoal || '0%' }}
+ - {{ yearTarget.zsJGGoal || '0' }}
- {{ yearTarget.zsJGActual || '0%' }}
{{ yearTarget.zsJGActual || '0' }}
@@ -178,7 +178,7 @@
- 平均故障恢复时间(MTTR/min)
- - {{ yearTarget.zpHFGoal || '0%' }}
+ - {{ yearTarget.zpHFGoal || '0' }}
- {{ yearTarget.zpHFActual || '0%' }}
{{ yearTarget.zpHFActual || '0' }}
- 平均故障间隔时间(H)
- - {{ yearTarget.zpJGGoal || '0%' }}
+ - {{ yearTarget.zpJGGoal || '0' }}
- {{ yearTarget.zpJGActual || '0%' }}
{{ yearTarget.zpJGActual || '0' }}
@@ -229,7 +229,7 @@
- 平均故障恢复时间(MTTR/min)
- - {{ yearTarget.tzHFGoal || '0%' }}
+ - {{ yearTarget.tzHFGoal || '0' }}
- {{ yearTarget.tzHFActual || '0%' }}
{{ yearTarget.tzHFActual || '0' }}
- 平均故障间隔时间(H)
- - {{ yearTarget.tzJGGoal || '0%' }}
+ - {{ yearTarget.tzJGGoal || '0' }}
- {{ yearTarget.tzJGActual || '0%' }}
{{ yearTarget.tzJGActual || '0' }}