From d9ff6226b3ca1c8deb27cca14052febaa9239466 Mon Sep 17 00:00:00 2001 From: g7hoo Date: Wed, 7 Sep 2022 15:08:38 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BA=A7=E5=93=81=E6=96=B0=E5=A2=9E-?= =?UTF-8?q?=E5=8A=A0=E5=B7=A5=E6=97=B6=E9=97=B4=E6=8F=90=E7=A4=BA=E6=96=87?= =?UTF-8?q?=E5=AD=97=EF=BC=9B=E5=AE=9E=E6=97=B6=E6=95=B0=E6=8D=AE=E7=9A=84?= =?UTF-8?q?=E6=8A=A5=E9=94=99=E6=96=B9=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/en.js | 2 +- src/i18n/zh-CN.js | 2 +- src/views/modules/monitoring/realtimeProductLine.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/en.js b/src/i18n/en.js index e27bf1b..1b2d577 100644 --- a/src/i18n/en.js +++ b/src/i18n/en.js @@ -183,7 +183,7 @@ t.prod.attrname = 'Attribute Node' t.prod.attrnameHints = 'Please input attribute name' t.prod.attrvalueHints = 'Please input attribute value' t.prod.descHints = 'Please input description' -t.prod.processTime = 'Processing Time' +t.prod.processTime = 'Processing Time (Hours)' t.prod.processTimeHints = 'Please input processing time' t.prod.relatedPid = 'Related Product' diff --git a/src/i18n/zh-CN.js b/src/i18n/zh-CN.js index d351873..7216705 100644 --- a/src/i18n/zh-CN.js +++ b/src/i18n/zh-CN.js @@ -188,7 +188,7 @@ t.prod.attrname = '属性名称' t.prod.attrnameHints = '请输入属性名称' t.prod.attrvalueHints = '请输入属性值' t.prod.descHints = '请输入描述' -t.prod.processTime = '加工时间' +t.prod.processTime = '加工时间 (h)' t.prod.processTimeHints = '请输入加工时间' t.prod.relatedPid = '关联产品' diff --git a/src/views/modules/monitoring/realtimeProductLine.vue b/src/views/modules/monitoring/realtimeProductLine.vue index e248d2c..d733e9b 100644 --- a/src/views/modules/monitoring/realtimeProductLine.vue +++ b/src/views/modules/monitoring/realtimeProductLine.vue @@ -88,7 +88,7 @@ export default { else { this.$message({ message: i18n.t('errors.nodata'), - type: 'error', + type: 'info', duration: 2000 }) }