|
@@ -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 '清洁';
|
|
|
}
|
|
}
|