优化订单列表

This commit is contained in:
TOP糯米 2023-03-18 13:35:18 +08:00
parent 4ebfc73eb3
commit 055ab13172
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
" "
> >
<view class="worker-item-box"> <view class="worker-item-box">
<worker-item :data="order.worker" /> <worker-item :data="order.worker" :showPrice="order.listType != 't3'" />
</view> </view>
</block> </block>
</view> </view>