权限
This commit is contained in:
@@ -260,17 +260,24 @@ export default {
|
||||
// ],
|
||||
// },
|
||||
{
|
||||
type: 'button',
|
||||
type: this.$auth.hasPermi(
|
||||
'monitoring:equipment-traceability:query'
|
||||
)
|
||||
? 'button'
|
||||
: '',
|
||||
btnName: '查询',
|
||||
name: 'search',
|
||||
color: 'primary',
|
||||
},
|
||||
{
|
||||
type: 'button',
|
||||
type: this.$auth.hasPermi(
|
||||
'monitoring:equipment-traceability:export'
|
||||
)
|
||||
? 'button'
|
||||
: '',
|
||||
btnName: '导出',
|
||||
name: 'export',
|
||||
color: 'warning',
|
||||
|
||||
},
|
||||
// {
|
||||
// type: 'separate',
|
||||
|
||||
Reference in New Issue
Block a user