源订单改成时间
This commit is contained in:
@@ -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 }}>
|
||||
|
||||
Reference in New Issue
Block a user