fix: page table default params

This commit is contained in:
dap
2024-10-11 17:28:56 +08:00
parent 9288341c85
commit 6f098cd5c0
25 changed files with 3 additions and 75 deletions

View File

@@ -73,9 +73,6 @@ const gridOptions: VxeGridProps = {
isHover: true,
keyField: 'infoId',
},
round: true,
align: 'center',
showOverflow: true,
id: 'monitor-logininfo-index',
};

View File

@@ -39,9 +39,6 @@ const gridOptions: VxeGridProps = {
isHover: true,
keyField: 'tokenId',
},
round: true,
align: 'center',
showOverflow: true,
id: 'monitor-online-index',
};

View File

@@ -87,9 +87,6 @@ const gridOptions: VxeGridProps<OperationLog> = {
sortConfig: {
remote: true,
},
round: true,
align: 'center',
showOverflow: true,
id: 'monitor-operlog-index',
};