@@ -40,7 +40,7 @@
},
{
label: '权限',
- disabled: !(record.status == 1 || record.status == -2) && !record.isAuth,
+ disabled: (!(record.status == 1 || record.status == -2)) || !record.isAuth,
ifShow: getTypeCheckPerm('scenes-powers'),
onClick: handlePowers.bind(null, record),