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 }) }