fix: 修复booking页面重复getStatusType导致的编译错误
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
zpc 2026-03-25 15:03:54 +08:00
parent c22a743eb0
commit 7877d2ba97

View File

@ -212,9 +212,6 @@ const statusForm = reactive({
status: 0
})
//
const getStatusType = (status: number): '' | 'success' | 'warning' | 'info' | 'danger' => {
// T
const formatDateTime = (dt: string | undefined): string => {
if (!dt) return '-'