审计列表页提交

This commit is contained in:
stt
2025-10-11 14:37:58 +08:00
parent 0bb7577a92
commit a7e3cebb6f
3 changed files with 335 additions and 96 deletions

3
types/table.d.ts vendored
View File

@@ -82,7 +82,8 @@ declare global {
column: VxeColumnProps,
index: number
) => string
children?: TableColumn[]
children?: TableColumn[],
property?:string
}
/* 表格右侧操作按钮 */