Commit 738ef684 by lichengming

修改了委托单登记按钮名字

parent 5f8db9fc
......@@ -90,12 +90,12 @@ export default {
{
type: 'success',
id: '',
name: '添加'
name: '手动添加'
},
{
type: 'success',
id: '',
name: '试验委托单导入'
name: '自动导入'
},
{
type: 'success',
......@@ -188,10 +188,10 @@ export default {
this.currentComponent = componentName
this.$nextTick(function() {
switch (msg) {
case '试验委托单导入':
case '自动导入':
this._import()
break
case '添加':
case '手动添加':
this._editModal(false)
break
case '提交至评审':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment