细节优化——1

This commit is contained in:
Cheng Zhou
2025-12-30 14:07:57 +08:00
parent 71db309e12
commit 0c1fc49f17
40 changed files with 1610 additions and 389 deletions
+1
View File
@@ -13,6 +13,7 @@ const items = [
{ value: "PAID", label: "已支付", color: "success", order: 14 },
{ value: "CLOSED", label: "已关闭", color: "success", order: 20 },
{ value: "OPEN", label: "开放", color: "info", order: 19 },
{ value: "NEW", label: "新建", color: "info", order: 17 },
{ value: "FOLLOW_UP", label: "随访中", color: "warning", order: 18 },
{ value: "OVERDUE", label: "已逾期", color: "danger", order: 30 },
{ value: "SCREENING", label: "筛选中", color: "info", order: 40 },