未支付不显示取餐号

This commit is contained in:
hupeng
2026-04-26 16:20:36 +08:00
parent 6acbf109b3
commit aaf90e7e4a

View File

@ -25,7 +25,7 @@
<list-cell :hover="false" padding="50rpx 30rpx">
<view class="w-100 d-flex flex-column">
<view class="d-flex align-items-center just-content-center">
<view class="sort-num">{{ order.numberId }}</view>
<view class="sort-num">{{ order.paid == 1 ? order.numberId : '--' }}</view>
</view>
<!-- steps begin -->
<view class="d-flex just-content-center">