Merge pull request #4 from dexcoder6/feat/admin-dashboard

fix: 数据看板时区统一为 Asia/Shanghai + 订单列表支付方式显示修复
This commit is contained in:
eriol touwa
2026-03-05 23:03:24 +08:00
committed by GitHub
2 changed files with 38 additions and 23 deletions

View File

@@ -86,7 +86,7 @@ export default function OrderTable({ orders, onRetry, onCancel, onViewDetail, da
</span>
</td>
<td className={tdMuted}>
{order.paymentType === 'alipay' ? '支付宝' : '微信支付'}
{order.paymentType === 'alipay' ? '支付宝' : order.paymentType === 'wechat' ? '微信支付' : order.paymentType === 'stripe' ? 'Stripe' : order.paymentType}
</td>
<td className={tdMuted}>
{order.srcHost || '-'}