mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-14 05:10:53 +08:00
fix: page table default params
This commit is contained in:
@@ -34,9 +34,6 @@ const gridOptions: VxeGridProps = {
|
||||
enabled: true,
|
||||
},
|
||||
data: genInfoData.value.columns,
|
||||
round: true,
|
||||
align: 'center',
|
||||
showOverflow: true,
|
||||
};
|
||||
|
||||
const [BasicTable, tableApi] = useVbenVxeGrid({ gridOptions });
|
||||
|
||||
@@ -71,9 +71,6 @@ const gridOptions: VxeGridProps = {
|
||||
isHover: true,
|
||||
keyField: 'tableId',
|
||||
},
|
||||
round: true,
|
||||
align: 'center',
|
||||
showOverflow: true,
|
||||
id: 'tool-gen-index',
|
||||
};
|
||||
|
||||
|
||||
@@ -84,9 +84,6 @@ const gridOptions: VxeGridProps = {
|
||||
isHover: true,
|
||||
keyField: 'tableId',
|
||||
},
|
||||
round: true,
|
||||
align: 'center',
|
||||
showOverflow: true,
|
||||
};
|
||||
|
||||
const [BasicTable, tableApi] = useVbenVxeGrid({ formOptions, gridOptions });
|
||||
|
||||
Reference in New Issue
Block a user