新增线下订单模块

This commit is contained in:
唐明明
2023-11-14 18:05:15 +08:00
parent 5920afb9c7
commit 43320b6870
12 changed files with 2077 additions and 7 deletions

View File

@@ -125,6 +125,10 @@
<view class="number" v-if="orderCount.refund > 0">{{orderCount.refund}}</view>
<view class="text">退款订单</view>
</view>
<view class="tool-flex-item" @click="onNav('OfflineOrders')">
<image class="icon" src="@/static/icons/work_icon_28.png"></image>
<view class="text">线下订单</view>
</view>
</view>
</view>
</view>