mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-11 03:13:14 +08:00
chore: 去掉个人中心 在线设备的分页
This commit is contained in:
@@ -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 () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user