From 97b248424c795317ffe5ba871e75b531d175e3a1 Mon Sep 17 00:00:00 2001
From: xpz2018 <107107461@qq.com>
Date: Wed, 29 Jun 2022 16:17:33 +0800
Subject: [PATCH] no message
---
pages/device-production-info/index.vue | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/pages/device-production-info/index.vue b/pages/device-production-info/index.vue
index 20bc597..b14ee85 100644
--- a/pages/device-production-info/index.vue
+++ b/pages/device-production-info/index.vue
@@ -53,9 +53,9 @@
当月产能(件)
- {{ info.monthCapacity }}
- 今日:{{ info.todayCapacity }}
- 昨日:{{ info.yesterdayCapacity }}
+ {{ info.monthCapacity || '- -'}}
+ 今日:{{ info.todayCapacity|| '- -' }}
+ 昨日:{{ info.yesterdayCapacity|| '- -' }}
@@ -64,8 +64,8 @@
当月工作
{{ transHours(info.monthWorkTime) }} h
- 今日:{{ transHours(info.todayWorkTime) }}
- 昨日:{{ info.yesterdayWorkTime }}
+ 今日:{{ transHours(info.todayWorkTime)|| '- -' }}h
+ 昨日:{{ info.yesterdayWorkTime || '- -' }}h
@@ -74,6 +74,8 @@
开机率
{{ info.monthOperationRate }}%
+ 今日:{{ info.todayOperationRate }}%
+ 昨日:{{ info.yesterdayOperationRate || '- -' }}%