trade:完善退款详情

(cherry picked from commit bb08f6f54f)
This commit is contained in:
YunaiV
2023-10-02 15:44:26 +08:00
committed by shizhong
parent d4a9f844dc
commit de47866f49
3 changed files with 47 additions and 44 deletions

View File

@ -405,7 +405,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
meta: { title: '订单详情', icon: 'ep:view', activeMenu: '/mall/trade/order' }
},
{
path: 'after-sale/detail/:orderId(\\d+)',
path: 'after-sale/detail/:id(\\d+)',
component: () => import('@/views/mall/trade/afterSale/detail/index.vue'),
name: 'TradeAfterSaleDetail',
meta: { title: '退款详情', icon: 'ep:view', activeMenu: '/mall/trade/after-sale' }