Explorar o código

fix(scene): search disabled

lind %!s(int64=4) %!d(string=hai) anos
pai
achega
eb85b80f66
Modificáronse 1 ficheiros con 4 adicións e 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',
+        },
       },
     },
     {