| | |
| | | <text>{{ item.carNum }}</text> |
| | | 张 |
| | | </view> |
| | | <view class="card-left__utils"><u-button @tap.stop="qiangDanBtn(item)" text="抢单" type="primary" shape="circle"></u-button></view> |
| | | <view class="card-left__utils"> |
| | | <u-button @tap.stop="qiangDanBtn(item)" text="抢单" type="primary" shape="circle" v-if="item.carNum - item.taskNum !== 0"></u-button> |
| | | </view> |
| | | </template> |
| | | <template v-slot:right-top> |
| | | <view class="right-top"> |
| | |
| | | <view>排队数:暂无{{}}</view> |
| | | </view> |
| | | <view class="haveYuYueBottom"> |
| | | <text>{{ item.yuYueTime || '时段' }}</text> |
| | | <text>{{ item.yuYueSection || '时段' }}</text> |
| | | </view> |
| | | </view> |
| | | </view> |