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

@@ -68,9 +68,13 @@ test("maps order summary status metadata and current step labels", () => {
expect(viewModel).toMatchObject({
orderId: 101,
workflowId: "wf-101",
customerLevel: "mid",
serviceMode: "semi_pro",
status: "waiting_review",
currentStep: "review",
currentStepLabel: "人工审核",
revisionCount: 0,
pendingManualConfirm: false,
statusMeta: {
label: "待审核",
tone: "warning",