tangning 4 місяців тому
батько
коміт
d20cff683c
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/views/scene/list.vue

+ 1 - 1
src/views/scene/list.vue

@@ -39,7 +39,7 @@
               },
               {
                 label: t('routes.scene.updataText'),
-                disabled: record.status == 1,
+                disabled: record.status != 1,
                 onClick: handleReset.bind(null, record),
               },
               {