Commit f020a1375beab0211339dc09d4bb450e250ef166

Authored by ww
1 parent 4239e0ae

fix: 修复分配设备未绑定权限

... ... @@ -127,6 +127,7 @@
127 127 label: '取消分配',
128 128 icon: 'mdi:account-arrow-left',
129 129 ifShow: authBtn(role) && !record?.customerAdditionalInfo?.isPublic,
  130 + auth: 'api:yt:device:assign',
130 131 popConfirm: {
131 132 title: '是否取消分配客户',
132 133 confirm: handleCancelDispatchCustomer.bind(null, record),
... ...