Commit 50ea3d042fa70ede3ffbc6aa3db410a983286e19
Merge branch 'fix/assign-device-auth' into 'main_dev'
fix: 修复分配设备未绑定权限 See merge request yunteng/thingskit-front!902
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -127,6 +127,7 @@ | @@ -127,6 +127,7 @@ | ||
127 | label: '取消分配', | 127 | label: '取消分配', |
128 | icon: 'mdi:account-arrow-left', | 128 | icon: 'mdi:account-arrow-left', |
129 | ifShow: authBtn(role) && !record?.customerAdditionalInfo?.isPublic, | 129 | ifShow: authBtn(role) && !record?.customerAdditionalInfo?.isPublic, |
130 | + auth: 'api:yt:device:assign', | ||
130 | popConfirm: { | 131 | popConfirm: { |
131 | title: '是否取消分配客户', | 132 | title: '是否取消分配客户', |
132 | confirm: handleCancelDispatchCustomer.bind(null, record), | 133 | confirm: handleCancelDispatchCustomer.bind(null, record), |