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

@@ -218,7 +218,11 @@ export default {
width: 350,
},
{
type: 'button',
type: this.$auth.hasPermi(
'monitoring:device-parameters:query'
)
? 'button'
: '',
btnName: '查询',
name: 'search',
color: 'primary',