完善订单模块

This commit is contained in:
2025-05-16 09:14:08 +08:00
parent a92a6c5baf
commit 2b0d3c9c20
10 changed files with 463 additions and 237 deletions

View File

@ -23,13 +23,14 @@ export const orderType = {
// 全部
ALL: 'all',
// 待付款
WAIT_PAY: 'wait_pay',
PAY: 'pay',
// 未制作
NOT_MADE: 'not_made',
DELIVERY: 'delivery',
// 已完成
FINISH: 'finish',
// 退款
REFUND: 'refund'
REFUND: 'refund',
CLOSE: 'close' //待收货
};
// 售后状态
export const AfterSaleType = {