Revert "fix(frontend): make production build pass"
This reverts commit c0258ae4b5.
This commit is contained in:
Generated
+3
-3
@@ -2016,9 +2016,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/typescript": {
|
"node_modules/typescript": {
|
||||||
"version": "5.2.2",
|
"version": "5.9.3",
|
||||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
||||||
"integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
|
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
||||||
"devOptional": true,
|
"devOptional": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|||||||
@@ -52,15 +52,13 @@ interface Column {
|
|||||||
class?: string
|
class?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
withDefaults(defineProps<{
|
defineProps<{
|
||||||
title: string
|
title: string
|
||||||
columns: Column[]
|
columns: Column[]
|
||||||
data: any[]
|
data: any[]
|
||||||
total: number
|
total: number
|
||||||
pageSize?: number
|
pageSize?: number
|
||||||
}>(), {
|
}>()
|
||||||
pageSize: 10,
|
|
||||||
})
|
|
||||||
|
|
||||||
const statusMap: Record<string, string> = {
|
const statusMap: Record<string, string> = {
|
||||||
success: '成功',
|
success: '成功',
|
||||||
|
|||||||
Reference in New Issue
Block a user