接单工单支持置顶,抢单大厅优先展示

- 新增 work_orders.pinned_at 字段与迁移
- 管理端对已发布(待抢单)订单提供置顶/取消置顶操作,置顶订单带标记
- 抢单大厅按置顶时间优先排序,打手端卡片展示置顶标签
This commit is contained in:
yml2213
2026-08-16 15:57:25 +08:00
parent 737f9ddcbe
commit 8d07b06d52
12 changed files with 121 additions and 11 deletions
+5
View File
@@ -580,6 +580,11 @@
min-width: 0;
}
.worker-hall-pinned-tag {
width: fit-content;
margin: 0 0 2px;
}
.worker-hall-card-title .ant-typography {
margin: 0;
font-size: 12px;