wangqifan 3 anni fa
parent
commit
71acd3f83b
1 ha cambiato i file con 1 aggiunte e 5 eliminazioni
  1. 1 5
      src/main/vue/src/components/roomStatus/RoomDrawer.vue

+ 1 - 5
src/main/vue/src/components/roomStatus/RoomDrawer.vue

@@ -292,11 +292,7 @@ export default {
                 }
                 if (this.roomInfo.cleaningStatus != 'FREE') {
                     if (this.roomInfo.cleaningStatus == 'CLEANING') {
-                        if (this.roomInfo.cleaningInfo.status == 'WAIT') {
-                            return '待清洁';
-                        } else if (this.roomInfo.cleaningInfo.status == 'CLEANING') {
-                            return '清洁中';
-                        }
+                        return '清洁中';
                     } else {
                         return '清洁';
                     }