This commit is contained in:
Your Name
2026-03-20 13:56:40 +08:00
parent 7147c8e148
commit d765517b74
258 changed files with 2481 additions and 364 deletions
@@ -34,6 +34,7 @@ class Appointment extends BaseModel
1 => '已预约',
2 => '已取消',
3 => '已完成',
4 => '已过号',
];
return $statusMap[$data['status']] ?? '未知';
}