fix: 场景联动权限
This commit is contained in:
parent
7822393092
commit
1634d01c2a
|
@ -110,7 +110,7 @@
|
|||
@click="i.onClick"
|
||||
type="link"
|
||||
style="padding: 0px"
|
||||
:hasPermission="'device/Instance:' + i.key"
|
||||
:hasPermission="'rule-engine/Scene:' + i.key"
|
||||
>
|
||||
<template #icon><AIcon :type="i.icon" /></template>
|
||||
</PermissionButton>
|
||||
|
|
Loading…
Reference in New Issue