hookehuyr

feat(订单状态): 添加已过期状态映射

......@@ -226,6 +226,7 @@ const statusMap = {
APPLY_REFUND: { text: '申请退款', color: 'text-red-500' },
REFUND: { text: '已退款', color: 'text-red-500' },
REFUND_ERROR: { text: '退款失败', color: 'text-red-500' },
EXPIRED: { text: '已过期', color: 'text-gray-400' },
}
// 订单审批状态映射
......