@ -22,9 +22,6 @@ const gridOptions: VxeGridProps = {
isHover: true,
keyField: 'tokenId',
},
round: true,
align: 'center',
showOverflow: true,
};
const [BasicTable, tableApi] = useVbenVxeGrid({ gridOptions });
@ -67,9 +67,6 @@ const gridOptions: VxeGridProps = {
keyField: 'id',
const checked = ref(false);
@ -54,9 +54,7 @@ const gridOptions: VxeGridProps = {
treeConfig: {
parentField: 'parentId',
rowField: 'id',
@ -73,9 +73,6 @@ const gridOptions: VxeGridProps = {
keyField: 'infoId',
id: 'monitor-logininfo-index',
@ -39,9 +39,6 @@ const gridOptions: VxeGridProps = {
id: 'monitor-online-index',
@ -87,9 +87,6 @@ const gridOptions: VxeGridProps<OperationLog> = {
sortConfig: {
remote: true,
id: 'monitor-operlog-index',
@ -60,9 +60,6 @@ const gridOptions: VxeGridProps = {
height: 90,
id: 'system-client-index',
@ -70,9 +70,6 @@ const gridOptions: VxeGridProps = {
keyField: 'configId',
id: 'system-config-index',
@ -64,9 +64,7 @@ const gridOptions: VxeGridProps = {
keyField: 'deptId',
rowField: 'deptId',
@ -79,9 +79,6 @@ const gridOptions: VxeGridProps = {
keyField: 'dictCode',
id: 'system-dict-data-index',
@ -84,9 +84,6 @@ const gridOptions: VxeGridProps = {
keyField: 'dictId',
id: 'system-dict-type-index',
@ -61,9 +61,7 @@ const gridOptions: VxeGridProps = {
keyField: 'menuId',
rowField: 'menuId',
@ -66,9 +66,6 @@ const gridOptions: VxeGridProps = {
keyField: 'noticeId',
id: 'system-notice-index',
@ -69,9 +69,6 @@ const gridOptions: VxeGridProps = {
keyField: 'ossConfigId',
id: 'system-oss-config-index',
@ -89,9 +89,6 @@ const gridOptions: VxeGridProps = {
id: 'system-oss-index',
@ -83,9 +83,6 @@ const gridOptions: VxeGridProps = {
keyField: 'postId',
id: 'system-post-index',
@ -59,9 +59,6 @@ const gridOptions: VxeGridProps = {
keyField: 'userId',
id: 'system-role-assign-index',
keyField: 'roleId',
id: 'system-role-index',
@ -78,9 +78,6 @@ const gridOptions: VxeGridProps = {
id: 'system-tenant-index',
@ -75,9 +75,6 @@ const gridOptions: VxeGridProps = {
keyField: 'packageId',
id: 'system-tenant-package-index',
@ -121,9 +121,6 @@ const gridOptions: VxeGridProps = {
height: 48,
id: 'system-user-index',
@ -34,9 +34,6 @@ const gridOptions: VxeGridProps = {
enabled: true,
data: genInfoData.value.columns,
@ -71,9 +71,6 @@ const gridOptions: VxeGridProps = {
keyField: 'tableId',
id: 'tool-gen-index',
const [BasicTable, tableApi] = useVbenVxeGrid({ formOptions, gridOptions });