feat: rewrite orders page as dense list

This commit is contained in:
afei A
2026-03-28 00:25:45 +08:00
parent edd03b03a7
commit ae8ab2cf9c
8 changed files with 299 additions and 197 deletions

View File

@@ -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",
},
],