全局添加列配置功能

This commit is contained in:
guanj
2026-07-09 15:42:58 +08:00
parent 2106e2e9c1
commit e6313ca8c3
78 changed files with 7849 additions and 7549 deletions

1
types/table.d.ts vendored
View File

@@ -7,6 +7,7 @@ import { Mutable } from 'element-plus/es/utils'
declare global {
interface CnTable {
ref: VxeTableInstance | null
customColumnInHeader: boolean
data: TableRow[] | any
allData: TableRow[] | any
copyData: TableRow[] | any