chore: 去掉个人中心 在线设备的分页
This commit is contained in:
parent
982ccd57c6
commit
6f9a805f0c
@ -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 () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user