fix(frontend): make production build pass

This commit is contained in:
mac
2026-07-15 12:00:16 +08:00
parent e212c0cd76
commit c0258ae4b5
2 changed files with 7 additions and 5 deletions
+4 -2
View File
@@ -52,13 +52,15 @@ interface Column {
class?: string
}
defineProps<{
withDefaults(defineProps<{
title: string
columns: Column[]
data: any[]
total: number
pageSize?: number
}>()
}>(), {
pageSize: 10,
})
const statusMap: Record<string, string> = {
success: '成功',