监测点台账信息

This commit is contained in:
仲么了
2023-12-29 15:45:07 +08:00
parent 526d541cc2
commit 1a826fb0fa
6 changed files with 273 additions and 156 deletions

1
types/table.d.ts vendored
View File

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