Commit 7dd33f8a by lichengming

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

parent a3505bd0
......@@ -75,20 +75,20 @@ export default {
iconMsg: [
{
type: 'md-create',
id: '',
id: 'check-record-edit',
name: '编辑'
},
{
type: 'ios-book',
id: '',
id: 'check-record-view',
name: '查看原始记录'
},
{
type: 'ios-list',
id: '',
id: 'check-record-item',
name: '查看试验项目'
},
{ type: 'md-trash', id: '', name: '删除' }
{ type: 'md-trash', id: 'check-record-delete', name: '删除' }
],
pageColumns: [
{ title: '模板名称', key: 'title' },
......
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