完善订单模块
This commit is contained in:
@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user