菜单管理
This commit is contained in:
4
types/table.d.ts
vendored
4
types/table.d.ts
vendored
@@ -1,12 +1,12 @@
|
||||
import Table from '@/components/table/index.vue'
|
||||
import { Component } from 'vue'
|
||||
import type { VxeColumnProps } from 'vxe-table'
|
||||
import type { VxeColumnProps, VxeTableInstance } from 'vxe-table'
|
||||
import type { PopconfirmProps, ButtonType, ButtonProps } from 'element-plus'
|
||||
import { Mutable } from 'element-plus/es/utils'
|
||||
|
||||
declare global {
|
||||
interface CnTable {
|
||||
ref: typeof Table | null
|
||||
ref: VxeTableInstance | null
|
||||
data: TableRow[] | any
|
||||
// 前端分页数据
|
||||
webPagingData: TableRow[][]
|
||||
|
||||
Reference in New Issue
Block a user