Commit f1bfbc8e by lichengming

添加了委托单管理委托单评审的按钮权限

parent ab01090a
...@@ -80,23 +80,23 @@ export default { ...@@ -80,23 +80,23 @@ export default {
{ {
// meter-review-entrust-pass-btn // meter-review-entrust-pass-btn
type: 'success', type: 'success',
id: '', id: 'review-pass',
name: '通过' name: '通过'
}, },
// meter-review-entrust-back-btn // meter-review-entrust-back-btn
{ {
type: 'success', type: 'success',
id: '', id: 'review-back',
name: '驳回' name: '驳回'
}, },
{ {
type: 'success', type: 'success',
id: '', id: 'review-export',
name: '导出标书合同(协议)评审表模板' name: '导出标书合同(协议)评审表模板'
}, },
{ {
type: 'success', type: 'success',
id: '', id: 'review-export-plus',
name: '导出标书合同(协议)补充单模板' name: '导出标书合同(协议)补充单模板'
}, },
{ {
...@@ -108,22 +108,22 @@ export default { ...@@ -108,22 +108,22 @@ export default {
iconMsg: [ iconMsg: [
{ {
type: 'md-paper', type: 'md-paper',
id: '', id: 'review-detail',
name: '详情' name: '详情'
}, },
{ {
type: 'ios-beaker', type: 'ios-beaker',
id: '', id: 'review-sample-manage',
name: '样品管理' name: '样品管理'
}, },
{ {
type: 'md-cloud', type: 'md-cloud',
id: '', id: 'review-upload',
name: '附件' name: '附件'
}, },
{ {
type: 'ios-clock', type: 'ios-clock',
id: '', id: 'review-record',
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