tangning преди 1 година
родител
ревизия
f9f64ccfad
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/productOperation/cameraScene.vue

+ 1 - 1
src/views/productOperation/cameraScene.vue

@@ -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),
               },