!148 refactor: 支持kafka操作

* fix: 达梦连接问题修复
* refactor: 支持kafka操作
This commit is contained in:
zongyangleo
2026-03-18 09:00:55 +00:00
committed by Coder慌
parent 84ab496308
commit bfa41c3621
55 changed files with 3895 additions and 29 deletions

View File

@@ -140,6 +140,8 @@
:columns="columns"
:loading="loading"
:height="tableHeight"
:page-size="pageSize"
:page-num="pageNum"
:show-column-tip="true"
@sort-change="(sort: any) => onTableSortChange(sort)"
@selection-change="onDataSelectionChange"