Browse Source

statusDisabled: ['停用', '已拆除']

yunxing 4 years ago
parent
commit
a1c1049927
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/components/floorMap/index.vue

+ 1 - 2
src/components/floorMap/index.vue

@@ -156,8 +156,7 @@ export default {
             showBtnWell: false,
             count: 0, // 顶楼为多张图时计数器
             equipKey: 1, //设备弹窗使用key值,解决打开弹窗数据为上次弹窗的数据
-            // TODO:  ['运行', '停用', '已拆除']
-            statusDisabled: ['运行', '停用', '已拆除'], //显示红色的设备状态
+            statusDisabled: ['停用', '已拆除'], //显示红色的设备状态
         }
     },
     props: {