fix(frontend): make production build pass
This commit is contained in:
@@ -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: '成功',
|
||||
|
||||
Reference in New Issue
Block a user