代码提示优化
This commit is contained in:
2
types/table.d.ts
vendored
2
types/table.d.ts
vendored
@@ -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[][]
|
||||
// 表格加载状态
|
||||
|
||||
Reference in New Issue
Block a user