fzq #31

已关闭
fanzhiqin 请求将 215 次代码提交从 fzq 合并至 test
共有 3 个文件被更改,包括 3 次插入3 次删除
仅显示提交 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
})
}