修改表格多按钮判断

This commit is contained in:
GGJ
2024-10-31 14:36:09 +08:00
parent 8427a61f4e
commit 9217ae0ae1
4 changed files with 48 additions and 76 deletions

1
types/table.d.ts vendored
View File

@@ -81,6 +81,7 @@ declare global {
title?: string
text?: string
class?: string
loading?: string
type: ButtonType
icon: string
popconfirm?: Partial<Mutable<PopconfirmProps>>