feat: rewrite orders page as dense list
This commit is contained in:
@@ -63,6 +63,8 @@ test("proxies recent orders overview from the backend list api", async () => {
|
||||
{
|
||||
orderId: 3,
|
||||
workflowId: "order-3",
|
||||
customerLevel: "mid",
|
||||
serviceMode: "semi_pro",
|
||||
status: "waiting_review",
|
||||
statusMeta: {
|
||||
label: "待审核",
|
||||
@@ -70,6 +72,9 @@ test("proxies recent orders overview from the backend list api", async () => {
|
||||
},
|
||||
currentStep: "review",
|
||||
currentStepLabel: "人工审核",
|
||||
reviewTaskStatus: "revision_uploaded",
|
||||
revisionCount: 1,
|
||||
pendingManualConfirm: true,
|
||||
updatedAt: "2026-03-27T14:00:03Z",
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user