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