细节优化——1
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user