xieyonghong 3 lat temu
rodzic
commit
ef077bcbdd
1 zmienionych plików z 0 dodań i 15 usunięć
  1. 0 15
      src/pages/rule-engine/Scene/index.tsx

+ 0 - 15
src/pages/rule-engine/Scene/index.tsx

@@ -190,21 +190,6 @@ const Scene = () => {
         },
       },
       renderText: (record) => TriggerWayType[record],
-      valueType: 'select',
-      valueEnum: {
-        manual: {
-          text: '手动触发',
-          status: 'manual',
-        },
-        timer: {
-          text: '定时触发',
-          status: 'timer',
-        },
-        device: {
-          text: '设备触发',
-          status: 'device',
-        },
-      },
     },
     {
       dataIndex: 'description',