全局添加导出表格配置

This commit is contained in:
GGJ
2024-12-27 08:47:47 +08:00
parent 1f94ac5267
commit 0994a52699
28 changed files with 3264 additions and 200 deletions

2
types/table.d.ts vendored
View File

@@ -8,6 +8,8 @@ declare global {
interface CnTable {
ref: VxeTableInstance | null
data: TableRow[] | any
allData: TableRow[] | any
allFlag: Boolean
// 前端分页数据
webPagingData: TableRow[][]
// 表格加载状态