Commit 6f468667 by lichengming

修改了资质外分包的按钮id

parent 0669b1ff
...@@ -72,17 +72,17 @@ export default { ...@@ -72,17 +72,17 @@ export default {
iconMsg: [ iconMsg: [
{ {
type: 'md-create', type: 'md-create',
id: 'cannot-sub-meter-cannot-sub-edit-operation', id: 'meter-cannot-sub-edit-o',
name: '编辑' name: '编辑'
}, },
{ {
type: 'md-cloud', type: 'md-cloud',
id: 'cannot-sub-meter-cannot-sub-accessory-operation', id: 'meter-cannot-sub-accessory-o',
name: '附件' name: '附件'
}, },
{ {
type: 'md-remove-circle', type: 'md-remove-circle',
id: 'cannot-sub-meter-cannot-sub-remove-operation', id: 'meter-cannot-sub-remove-o',
name: '删除' name: '删除'
} }
], ],
......
...@@ -188,7 +188,7 @@ export default { ...@@ -188,7 +188,7 @@ export default {
// { type: 'md-create', id: '', name: '编辑' }, // { type: 'md-create', id: '', name: '编辑' },
{ {
type: 'md-trash', type: 'md-trash',
id: 'cannot-sub-meter-cannot-sub-edit-remove-operation', id: 'meter-cannot-sub-edit-remove-o',
name: '删除' name: '删除'
} }
], ],
......
...@@ -74,12 +74,12 @@ export default { ...@@ -74,12 +74,12 @@ export default {
iconMsg: [ iconMsg: [
{ {
type: 'md-flask', type: 'md-flask',
id: 'cannot-sub-meter-cannot-sub-his-view-sample-operation', id: 'meter-cannot-sub-his-view-sample-o',
name: '查看样品' name: '查看样品'
}, },
{ {
type: 'md-cloud', type: 'md-cloud',
id: 'cannot-sub-meter-cannot-sub-his-accessory-operation', id: 'meter-cannot-sub-his-accessory-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