Commit 5e5d32ff by lichengming

添加了报告编制的按钮权限

parent 15787f4e
...@@ -87,15 +87,15 @@ export default { ...@@ -87,15 +87,15 @@ export default {
// id: '', // id: '',
// name: '管理样品' // name: '管理样品'
// }, // },
{ type: 'md-cloud', id: '', name: '附件' }, { type: 'md-cloud', id: 'make-report-upload-his', name: '附件' },
{ {
type: 'ios-clock', type: 'ios-clock',
id: '', id: 'make-report-record-his',
name: '操作日志' name: '操作日志'
}, },
{ {
type: 'md-trash', type: 'md-trash',
id: '', id: 'make-report-delete-his',
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