Commit a3505bd0 by lichengming

添加了检测管理数据复核的按钮权限

parent f6978b49
...@@ -64,7 +64,7 @@ export default { ...@@ -64,7 +64,7 @@ export default {
btn: [ btn: [
{ {
type: 'primary', type: 'primary',
id: '', id: 'check-report-pass',
name: '通过' name: '通过'
} }
], ],
...@@ -72,15 +72,15 @@ export default { ...@@ -72,15 +72,15 @@ export default {
iconMsg: [ iconMsg: [
{ {
type: 'md-create', type: 'md-create',
id: '', id: 'check-report-edit',
name: '编辑' name: '编辑'
}, },
{ {
type: 'ios-book', type: 'ios-book',
id: '', id: 'check-report-view',
name: '查看项目报告' name: '查看项目报告'
}, },
{ type: 'md-trash', id: '', name: '删除' } { type: 'md-trash', id: 'check-report-delete', name: '删除' }
], ],
pageColumns: [ pageColumns: [
{ title: '项目名称', key: 'expName' }, { title: '项目名称', key: 'expName' },
......
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