Commit bb78f401 by lichengming

修改了出检任务分配的按钮id

parent 3a012504
...@@ -84,22 +84,26 @@ export default { ...@@ -84,22 +84,26 @@ export default {
return { return {
currentComponent: '', currentComponent: '',
iconMsg: [ iconMsg: [
{ type: 'ios-beaker', id: '', name: '检测项目' }, {
type: 'ios-beaker',
id: 'meter-out-task-alloca-item-o',
name: '检测项目'
},
{ {
type: 'ios-clock', type: 'ios-clock',
id: '', id: 'meter-out-task-alloca-record-o',
name: '操作日志' name: '操作日志'
} }
], ],
btn: [ btn: [
{ {
type: 'success', type: 'success',
id: '', id: 'meter-out-task-alloca-task',
name: '分配任务' name: '分配任务'
}, },
{ {
type: 'success', type: 'success',
id: '', id: 'meter-out-task-alloca-import',
name: '导入检测项目' name: '导入检测项目'
} }
], ],
......
...@@ -85,22 +85,26 @@ export default { ...@@ -85,22 +85,26 @@ export default {
return { return {
currentComponent: '', currentComponent: '',
iconMsg: [ iconMsg: [
{ type: 'ios-beaker', id: '', name: '检测项目' }, {
type: 'ios-beaker',
id: 'meter-out-task-alloca-his-item-o',
name: '检测项目'
},
{ {
type: 'ios-clock', type: 'ios-clock',
id: '', id: 'meter-out-task-alloca-his-record-o',
name: '操作日志' name: '操作日志'
} }
], ],
btn: [ btn: [
{ {
type: 'success', type: 'success',
id: '', id: 'meter-out-task-alloca-his-task',
name: '任务重新分配' name: '任务重新分配'
}, },
{ {
type: 'success', type: 'success',
id: '', id: 'meter-out-task-alloca-his-import',
name: '导入检测项目' name: '导入检测项目'
} }
], ],
......
...@@ -75,18 +75,17 @@ export default { ...@@ -75,18 +75,17 @@ export default {
// }, // },
{ {
type: 'ios-contact', type: 'ios-contact',
id: id: 'meter-out-task-distribute-task-allocation-o',
'task-distribute-meter-out-task-distribute-task-allocation-operation',
name: '任务分配' name: '任务分配'
}, },
{ {
type: 'md-cloud', type: 'md-cloud',
id: 'task-distribute-meter-out-task-distribute-accessory-operation', id: 'meter-out-task-distribute-accessory-o',
name: '附件' name: '附件'
}, },
{ {
type: 'ios-clock', type: 'ios-clock',
id: 'task-distribute-meter-out-task-distribute-record-operation', id: 'meter-out-task-distribute-record-o',
name: '操作日志' name: '操作日志'
} }
], ],
......
...@@ -75,19 +75,17 @@ export default { ...@@ -75,19 +75,17 @@ export default {
// }, // },
{ {
type: 'ios-contact', type: 'ios-contact',
id: id: 'meter-out-task-distribute-his-task-allocation-o',
'task-distribute-meter-out-task-distribute-his-task-allocation-operation',
name: '任务分配' name: '任务分配'
}, },
{ {
type: 'md-cloud', type: 'md-cloud',
id: id: 'meter-out-task-distribute-his-accessory-o',
'task-distribute-meter-out-task-distribute-his-accessory-operation',
name: '附件' name: '附件'
}, },
{ {
type: 'ios-clock', type: 'ios-clock',
id: 'task-distribute-meter-out-task-distribute-his-record-operation', id: 'meter-out-task-distribute-his-record-o',
name: '操作日志' name: '操作日志'
} }
], ],
......
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