冀北项目添加表格导出功能 技术监督添加下载模版上传功能

This commit is contained in:
GGJ
2025-03-28 16:05:03 +08:00
parent 76f41e9a24
commit ef04022f14
153 changed files with 4208 additions and 3480 deletions

2
types/table.d.ts vendored
View File

@@ -9,6 +9,7 @@ declare global {
ref: VxeTableInstance | null
data: TableRow[] | any
allData: TableRow[] | any
filename: any
allFlag: Boolean
// 前端分页数据
webPagingData: TableRow[][]
@@ -28,6 +29,7 @@ declare global {
loadCallback: (() => void) | null
resetCallback: (() => void) | null
beforeSearchFun: (() => void) | null
exportProcessingData: (() => void) | null
height: string
publicHeight: number
}