Commit 58c6fba9 by lichengming

添加了检测管理数据录入查看报告附件和原始记录页面的按钮权限

parent 8613941d
......@@ -67,7 +67,7 @@ export default {
btn: [
{
type: 'error',
id: '',
id: 'do-test-sample-record-delete-batch',
name: '批量删除'
}
],
......@@ -75,20 +75,20 @@ export default {
iconMsg: [
{
type: 'md-create',
id: '',
id: 'do-test-sample-record-edit',
name: '编辑'
},
{
type: 'ios-book',
id: '',
id: 'do-test-sample-record-view-record',
name: '查看原始记录'
},
{
type: 'ios-list',
id: '',
id: 'do-test-sample-record-view-item',
name: '查看试验项目'
},
{ type: 'md-trash', id: '', name: '删除' }
{ type: 'md-trash', id: 'do-test-sample-record-delete', name: '删除' }
],
pageColumns: [
{ title: '模板名称', key: 'title' },
......
......@@ -67,15 +67,21 @@ export default {
return {
currentComponent: '',
getPage: {},
btn: [{ type: 'error', id: '', name: '批量删除' }],
btn: [
{
type: 'error',
id: 'do-test-sample-report-delete-batch',
name: '批量删除'
}
],
selectIds: [],
iconMsg: [
{
type: 'ios-book',
id: '',
id: 'do-test-sample-report-view',
name: '查看附录'
},
{ type: 'md-trash', id: '', name: '删除' }
{ type: 'md-trash', id: 'do-test-sample-report-delete', name: '删除' }
],
pageColumns: [
{ title: '附录标题', key: 'title', width: 85 },
......
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