修改告警级别

This commit is contained in:
guanj
2026-01-08 19:20:32 +08:00
parent 4c9b677e81
commit 4cbd2e43cb
9 changed files with 210 additions and 48 deletions

1
types/table.d.ts vendored
View File

@@ -16,6 +16,7 @@ declare global {
webPagingData: TableRow[][]
// 表格加载状态
loading: boolean
exportLoading: boolean
// 当前选中行
selection: TableRow[]
// 表格列定义