优化工单资料与审核展示
This commit is contained in:
@@ -82,12 +82,12 @@ export default function CancelRequestsPanel() {
|
||||
|
||||
const columns: TableColumnsType<WorkerCancelRequest> = [
|
||||
{
|
||||
title: '订单',
|
||||
title: '订单号 / 店铺',
|
||||
width: 260,
|
||||
render: (_, request) => (
|
||||
<div className="cell-stack">
|
||||
<Typography.Text strong>{request.productName || '-'}</Typography.Text>
|
||||
<Typography.Text type="secondary">{request.workOrderNo || '-'}</Typography.Text>
|
||||
<Typography.Text strong>{request.platformOrderId || '-'}</Typography.Text>
|
||||
<Typography.Text type="secondary">{request.shopName || '-'}</Typography.Text>
|
||||
</div>
|
||||
),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user