|
|
@ -201,6 +201,8 @@ export default { |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
getVenueStatusnInfo(info){ |
|
|
|
// 超时未订 |
|
|
|
if(info.overdue&&info.type == 'empty_venue')return { zh_text: info.message || info.price, type: 'overdue', className: 'gray', } |
|
|
|
switch(info.type){ |
|
|
|
case 'no_price_venue': |
|
|
|
return { zh_text: info.message || '无法订场', type: info.type, className: 'grey', } |
|
|
@ -306,6 +308,7 @@ export default { |
|
|
|
// this.showOccupyTip(_str) |
|
|
|
// return |
|
|
|
// } |
|
|
|
if(_curTarget.overdue&&_curTarget.type == 'empty_venue')return // 超时未定 |
|
|
|
// 设置看板信息 |
|
|
|
if(_curTarget.type !== 'empty_venue'&& _curTarget.type !== 'no_price_venue'){ |
|
|
|
let { curStoreInfo } = this; |
|
|
@ -697,6 +700,10 @@ export default { |
|
|
|
background-color: #68C43B; |
|
|
|
border-color: #68C43B; |
|
|
|
} |
|
|
|
&.gray{ |
|
|
|
border-color: #9A9A9D; |
|
|
|
color: #9A9A9D; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
&:first-child{ |
|
|
@ -796,7 +803,7 @@ export default { |
|
|
|
width: 40upx; |
|
|
|
height: 22upx; |
|
|
|
border-radius: 6upx; |
|
|
|
border: 1upx solid $themeColor; |
|
|
|
border: 1px solid $themeColor; |
|
|
|
margin-bottom: 8upx; |
|
|
|
|
|
|
|
} |
|
|
@ -821,6 +828,7 @@ export default { |
|
|
|
background-color: #333333; |
|
|
|
border-color: #333333; |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|