Revert "fix(frontend): make production build pass"

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