Commit 27b2e10e by lichengming

添加了检测管理数据录入历史录入页面的按钮权限

parent 58c6fba9
...@@ -85,18 +85,18 @@ export default { ...@@ -85,18 +85,18 @@ export default {
iconMsg: [ iconMsg: [
{ {
type: 'ios-beaker', type: 'ios-beaker',
id: '', id: 'do-test-sample-manage-his',
name: '管理样品' name: '管理样品'
}, },
{ type: 'md-cloud', id: '', name: '附件' }, { type: 'md-cloud', id: 'do-test-upload-his', name: '附件' },
{ {
type: 'ios-clock', type: 'ios-clock',
id: '', id: 'do-test-record-his',
name: '操作日志' name: '操作日志'
}, },
{ {
type: 'md-trash', type: 'md-trash',
id: '', id: 'do-test-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