update 产品新增-加工时间提示文字;实时数据的报错方式修改
This commit is contained in:
rodzic
08aa78fdb1
commit
d9ff6226b3
@ -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'
|
||||
|
||||
|
@ -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 = '关联产品'
|
||||
|
||||
|
@ -88,7 +88,7 @@ export default {
|
||||
else {
|
||||
this.$message({
|
||||
message: i18n.t('errors.nodata'),
|
||||
type: 'error',
|
||||
type: 'info',
|
||||
duration: 2000
|
||||
})
|
||||
}
|
||||
|
Ładowanie…
Reference in New Issue
Block a user