chore: 去掉个人中心 在线设备的分页

This commit is contained in:
dap 2024-12-13 16:41:10 +08:00
parent 982ccd57c6
commit 6f9a805f0c

View File

@ -10,7 +10,9 @@ import { columns } from '#/views/monitor/online/data';
const gridOptions: VxeGridProps = { const gridOptions: VxeGridProps = {
columns, columns,
keepSource: true, keepSource: true,
pagerConfig: {}, pagerConfig: {
enabled: false,
},
proxyConfig: { proxyConfig: {
ajax: { ajax: {
query: async () => { query: async () => {