wangqifan 3 yıl önce
ebeveyn
işleme
71acd3f83b

+ 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 != 'FREE') {
                     if (this.roomInfo.cleaningStatus == 'CLEANING') {
                     if (this.roomInfo.cleaningStatus == 'CLEANING') {
-                        if (this.roomInfo.cleaningInfo.status == 'WAIT') {
-                            return '待清洁';
-                        } else if (this.roomInfo.cleaningInfo.status == 'CLEANING') {
-                            return '清洁中';
-                        }
+                        return '清洁中';
                     } else {
                     } else {
                         return '清洁';
                         return '清洁';
                     }
                     }