Commit 48c98e6a by lichengming

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

parent 15bf2ee1
...@@ -83,13 +83,13 @@ export default { ...@@ -83,13 +83,13 @@ export default {
iconMsg: [ iconMsg: [
{ {
type: 'ios-beaker', type: 'ios-beaker',
id: '', id: 'do-test-sample-manage',
name: '管理样品' name: '管理样品'
}, },
{ type: 'md-cloud', id: '', name: '附件' }, { type: 'md-cloud', id: 'do-test-upload', name: '附件' },
{ {
type: 'ios-clock', type: 'ios-clock',
id: '', id: 'do-test-record',
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