Commit 8613941d by lichengming

添加了检测管理数据录入查看项目报告页面的按钮权限

parent 6a8bbc2b
......@@ -64,7 +64,7 @@ export default {
btn: [
{
type: 'error',
id: '',
id: 'do-test-sample-viewitem-delete-batch',
name: '批量删除'
}
],
......@@ -72,15 +72,15 @@ export default {
iconMsg: [
{
type: 'md-create',
id: '',
id: 'do-test-sample-viewitem-edit',
name: '编辑'
},
{
type: 'ios-book',
id: '',
id: 'do-test-sample-viewitem-view-report',
name: '查看项目报告'
},
{ type: 'md-trash', id: '', name: '删除' }
{ type: 'md-trash', id: 'do-test-sample-viewitem-delete', name: '删除' }
],
pageColumns: [
{ 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