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

@@ -60,9 +60,6 @@ const gridOptions: VxeGridProps = {
keyField: 'id',
height: 90,
},
round: true,
align: 'center',
showOverflow: true,
id: 'system-client-index',
};

View File

@@ -70,9 +70,6 @@ const gridOptions: VxeGridProps = {
isHover: true,
keyField: 'configId',
},
round: true,
align: 'center',
showOverflow: true,
id: 'system-config-index',
};

View File

@@ -64,9 +64,7 @@ const gridOptions: VxeGridProps = {
isHover: true,
keyField: 'deptId',
},
round: true,
align: 'center',
showOverflow: true,
treeConfig: {
parentField: 'parentId',
rowField: 'deptId',

View File

@@ -79,9 +79,6 @@ const gridOptions: VxeGridProps = {
isHover: true,
keyField: 'dictCode',
},
round: true,
align: 'center',
showOverflow: true,
id: 'system-dict-data-index',
};

View File

@@ -84,9 +84,6 @@ const gridOptions: VxeGridProps = {
isHover: true,
keyField: 'dictId',
},
round: true,
align: 'center',
showOverflow: true,
id: 'system-dict-type-index',
};

View File

@@ -61,9 +61,7 @@ const gridOptions: VxeGridProps = {
isHover: true,
keyField: 'menuId',
},
round: true,
align: 'center',
showOverflow: true,
treeConfig: {
parentField: 'parentId',
rowField: 'menuId',

View File

@@ -66,9 +66,6 @@ const gridOptions: VxeGridProps = {
isHover: true,
keyField: 'noticeId',
},
round: true,
align: 'center',
showOverflow: true,
id: 'system-notice-index',
};

View File

@@ -69,9 +69,6 @@ const gridOptions: VxeGridProps = {
isHover: true,
keyField: 'ossConfigId',
},
round: true,
align: 'center',
showOverflow: true,
id: 'system-oss-config-index',
};

View File

@@ -89,9 +89,6 @@ const gridOptions: VxeGridProps = {
sortConfig: {
remote: true,
},
round: true,
align: 'center',
showOverflow: true,
id: 'system-oss-index',
};

View File

@@ -83,9 +83,6 @@ const gridOptions: VxeGridProps = {
isHover: true,
keyField: 'postId',
},
round: true,
align: 'center',
showOverflow: true,
id: 'system-post-index',
};

View File

@@ -59,9 +59,6 @@ const gridOptions: VxeGridProps = {
isHover: true,
keyField: 'userId',
},
round: true,
align: 'center',
showOverflow: true,
id: 'system-role-assign-index',
};

View File

@@ -60,9 +60,6 @@ const gridOptions: VxeGridProps = {
isHover: true,
keyField: 'userId',
},
round: true,
align: 'center',
showOverflow: true,
};
const checked = ref(false);

View File

@@ -89,9 +89,6 @@ const gridOptions: VxeGridProps = {
isHover: true,
keyField: 'roleId',
},
round: true,
align: 'center',
showOverflow: true,
id: 'system-role-index',
};

View File

@@ -78,9 +78,6 @@ const gridOptions: VxeGridProps = {
isHover: true,
keyField: 'id',
},
round: true,
align: 'center',
showOverflow: true,
id: 'system-tenant-index',
};

View File

@@ -75,9 +75,6 @@ const gridOptions: VxeGridProps = {
isHover: true,
keyField: 'packageId',
},
round: true,
align: 'center',
showOverflow: true,
id: 'system-tenant-package-index',
};

View File

@@ -121,9 +121,6 @@ const gridOptions: VxeGridProps = {
keyField: 'userId',
height: 48,
},
round: true,
align: 'center',
showOverflow: true,
id: 'system-user-index',
};
const checked = ref(false);