소스 검색

fix:监测管理-查询参数修改

liu.haichuan 8 달 전
부모
커밋
8c360654f4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/monitoringMamage/index.vue

+ 2 - 2
src/views/monitoringMamage/index.vue

@@ -266,7 +266,7 @@ export default {
         },
         {
           label: '在线',
-          value: 'I'
+          value: '1'
         },
         // {
         //   label: '工作中',
@@ -278,7 +278,7 @@ export default {
         // },
         {
           label: '离线',
-          value: 'O'
+          value: '0'
         }
       ],
       treeData: [],