Commit 7c5586b8 authored by 陆平原's avatar 陆平原

订单状态

parent b7c73b80
......@@ -132,7 +132,8 @@ export const OrderState = {
PAYMENT_BEHALF: 10,
ONLINE_REFUND_FAILED: 11,
REFUND_PROGRESS: 12,
REFUND_FAILED: 13
REFUND_FAILED: 13,
ORDER_FINISH: 14
}
export const OrderStateObj = {
[OrderState.SUCCESS]: {
......@@ -182,6 +183,10 @@ export const OrderStateObj = {
[OrderState.REFUND_FAILED]: {
label: '退款失败',
color: 'default'
},
[OrderState.ORDER_FINISH]: {
label: '订单完成',
color: 'success'
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment