feat: 新增退货功能,订单列表增加退货状态(9)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Agent
2026-03-28 04:01:18 +00:00
parent 4841c49cbd
commit bfab7b8d1d
5 changed files with 552 additions and 3 deletions

View File

@@ -74,6 +74,10 @@
<Icon name="search" :size="48" color="#fff" />
<text class="menu-card-title">订单查询</text>
</view>
<view class="menu-card" @click="goTo('/pages/order/return')">
<Icon name="right" :size="48" color="#fff" />
<text class="menu-card-title">退货</text>
</view>
<view class="menu-card" @click="goStock()">
<Icon name="stock" :size="48" color="#fff" />
<text class="menu-card-title">库存管理</text>