fix(系统参数): 移除表格的onChange和totalCount属性并添加滚动条

表格配置中移除不再使用的onChange和totalCount属性,同时添加垂直滚动条以改善长列表的浏览体验
dev_na
alanpaine 2026-05-11 10:52:09 +08:00
parent beab0edabe
commit 1877c64cc2
1 changed files with 1 additions and 2 deletions

View File

@ -198,8 +198,7 @@ export default function SysParams() {
columns={columns}
dataSource={data}
loading={loading}
onChange={handleTableChange}
totalCount={total}
scroll={{ y: "calc(100vh - 350px)" }}
pagination={false}
/>
</div>