增加展示选择

This commit is contained in:
2026-06-12 10:16:27 +08:00
parent 389c22c627
commit 81f3e1d3b6
28 changed files with 5983 additions and 131 deletions

View File

@@ -192,6 +192,8 @@ export type DeliveryOrderType = {
merchantName: string
deliveryStaffId: string
deliveryStaffName: string
acceptedBy: string // 接单人员 ID
acceptedByName: string // 接单人员姓名
acceptTime: string
rejectTime?: string
departTime: string