源订单改成时间

This commit is contained in:
yml2213
2026-08-18 10:10:01 +08:00
parent 1617c5e999
commit 41b39bc5a0
@@ -655,9 +655,9 @@ export default function WorkOrdersPanel() {
/>
<Space size={[6, 6]} wrap>
{row.categoryName ? <Tag>{row.categoryName}</Tag> : null}
{row.orderId ? (
<Typography.Text type="secondary"> #{row.orderId}</Typography.Text>
) : null}
<Typography.Text type="secondary">
{formatAdminDateTime(row.createdAt)}
</Typography.Text>
</Space>
{shopName || provider ? (
<Typography.Text type="secondary" style={{ fontSize: 12 }}>