Browse Source

fix:监测管理-设备状态标识

liu.haichuan 8 months ago
parent
commit
39006dea49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/monitoringMamage/index.vue

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

@@ -152,7 +152,7 @@
               >
                 <span
                   class="status nowork"
-                  v-if="scope.row.tmnstatusRunstatusContent == '空闲中'"
+                  v-if="scope.row.tmnstatusRunstatusContent == '空闲中' || scope.row.tmnstatusRunstatusContent == '在线'"
                 ></span>
                 <span
                   class="status work"