固定表格操作列

This commit is contained in:
Eamon
2026-03-28 15:36:08 +08:00
parent f72b6bddd0
commit 8c26d81846
14 changed files with 13 additions and 21 deletions

View File

@@ -85,7 +85,6 @@ export default function TradePage() {
const table = useDataTable<Trade>((page, size) =>
getPageTrade({ page, size, ...filters }),
)
console.log(table, "交易明细的table")
const onFilter = handleSubmit(data => {
const result: FilterValues = {}