|
|
@@ -830,13 +830,9 @@ export default {
|
|
|
i.statusLabel = '维修';
|
|
|
}
|
|
|
i.statusStyle = 'danger';
|
|
|
- } else if (i.cleaningStatus != 'FREE' && i.cleaningInfo && i.cleaningInfo.status !== 'FINISH') {
|
|
|
- if (i.cleaningStatus == 'CLEANING' && i.cleaningInfo) {
|
|
|
- if (i.cleaningInfo.status == 'WAIT') {
|
|
|
- i.statusLabel = '待清洁';
|
|
|
- } else if (i.cleaningInfo.status == 'CLEANING') {
|
|
|
- i.statusLabel = '清洁中';
|
|
|
- }
|
|
|
+ } else if (i.cleaningStatus != 'FREE') {
|
|
|
+ if (i.cleaningStatus == 'CLEANING') {
|
|
|
+ i.statusLabel = '清洁中';
|
|
|
} else {
|
|
|
i.statusLabel = '清洁';
|
|
|
}
|