This commit is contained in:
‘937886381’
2024-04-08 13:55:22 +08:00
parent ac4cea0c7e
commit b2cc509f8e
18 changed files with 188 additions and 165 deletions

View File

@@ -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',