|
|
@@ -810,7 +810,7 @@ export default {
|
|
|
.get('/roomInfo/allWithBedInfos', this.filterData)
|
|
|
.then(res => {
|
|
|
this.roomInfoList = res.map(i => {
|
|
|
- if (i.balance < 0) {
|
|
|
+ if (i.balance < 0 || paymentStatus == true) {
|
|
|
i.statusLabel = '欠费';
|
|
|
i.statusStyle = 'danger';
|
|
|
} else if (i.bookStatus != 'FREE') {
|