Explorar el Código

fix(scene): search disabled

lind hace 3 años
padre
commit
eb85b80f66
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      src/pages/rule-engine/Scene/index.tsx

+ 4 - 4
src/pages/rule-engine/Scene/index.tsx

@@ -221,14 +221,14 @@ const Scene = () => {
           ''
         ),
       valueEnum: {
-        disable: {
-          text: '禁用',
-          status: 'offline',
-        },
         started: {
           text: '正常',
           status: 'started',
         },
+        disable: {
+          text: '禁用',
+          status: 'disable',
+        },
       },
     },
     {