|
|
@@ -15,6 +15,7 @@ export const getOrderStatusConfig = (t) => ({
|
|
|
6: { text: t('modules.order.status.closed'), type: 'info' },
|
|
|
7: { text: t('modules.order.status.shipped'), type: 'primary' },
|
|
|
8: { text: t('modules.order.status.completed'), type: 'success' },
|
|
|
+ 9: { text: t('modules.order.status.recycled'), type: 'info' },
|
|
|
},
|
|
|
|
|
|
// 退款状态
|
|
|
@@ -59,6 +60,7 @@ export const ORDER_STATUS = {
|
|
|
6: { text: '已关闭', type: 'info' },
|
|
|
7: { text: '待收货', type: 'primary' },
|
|
|
8: { text: '订单完成', type: 'success' },
|
|
|
+ 9: { text: '已回收', type: 'info' },
|
|
|
},
|
|
|
REFUND_STATUS: {
|
|
|
0: { text: '未退款', type: 'info' },
|