代码提示优化

This commit is contained in:
仲么了
2024-01-03 13:20:19 +08:00
parent 0a0304f913
commit 9f234dfa1e
17 changed files with 330 additions and 99 deletions

2
types/table.d.ts vendored
View File

@@ -7,7 +7,7 @@ import { Mutable } from 'element-plus/es/utils'
declare global {
interface CnTable {
ref: typeof Table | null
data: TableRow[]
data: TableRow[] | any
// 前端分页数据
webPagingData: TableRow[][]
// 表格加载状态