diff --git a/apps/web-antd/src/views/_core/profile/components/online-device.vue b/apps/web-antd/src/views/_core/profile/components/online-device.vue index 84d6798d1..f882b6e61 100644 --- a/apps/web-antd/src/views/_core/profile/components/online-device.vue +++ b/apps/web-antd/src/views/_core/profile/components/online-device.vue @@ -22,9 +22,6 @@ const gridOptions: VxeGridProps = { isHover: true, keyField: 'tokenId', }, - round: true, - align: 'center', - showOverflow: true, }; const [BasicTable, tableApi] = useVbenVxeGrid({ gridOptions }); diff --git a/apps/web-antd/src/views/demo/demo/index.vue b/apps/web-antd/src/views/demo/demo/index.vue index 965ff66f5..e7d6a4be0 100644 --- a/apps/web-antd/src/views/demo/demo/index.vue +++ b/apps/web-antd/src/views/demo/demo/index.vue @@ -67,9 +67,6 @@ const gridOptions: VxeGridProps = { isHover: true, keyField: 'id', }, - round: true, - align: 'center', - showOverflow: true, }; const checked = ref(false); diff --git a/apps/web-antd/src/views/demo/tree/index.vue b/apps/web-antd/src/views/demo/tree/index.vue index 12b22e4a5..0b4452e3f 100644 --- a/apps/web-antd/src/views/demo/tree/index.vue +++ b/apps/web-antd/src/views/demo/tree/index.vue @@ -54,9 +54,7 @@ const gridOptions: VxeGridProps = { isHover: true, keyField: 'id', }, - round: true, - align: 'center', - showOverflow: true, + treeConfig: { parentField: 'parentId', rowField: 'id', diff --git a/apps/web-antd/src/views/monitor/logininfor/index.vue b/apps/web-antd/src/views/monitor/logininfor/index.vue index b586ad6d1..00e8e0147 100644 --- a/apps/web-antd/src/views/monitor/logininfor/index.vue +++ b/apps/web-antd/src/views/monitor/logininfor/index.vue @@ -73,9 +73,6 @@ const gridOptions: VxeGridProps = { isHover: true, keyField: 'infoId', }, - round: true, - align: 'center', - showOverflow: true, id: 'monitor-logininfo-index', }; diff --git a/apps/web-antd/src/views/monitor/online/index.vue b/apps/web-antd/src/views/monitor/online/index.vue index e30cbbacc..d004fb3c8 100644 --- a/apps/web-antd/src/views/monitor/online/index.vue +++ b/apps/web-antd/src/views/monitor/online/index.vue @@ -39,9 +39,6 @@ const gridOptions: VxeGridProps = { isHover: true, keyField: 'tokenId', }, - round: true, - align: 'center', - showOverflow: true, id: 'monitor-online-index', }; diff --git a/apps/web-antd/src/views/monitor/operlog/index.vue b/apps/web-antd/src/views/monitor/operlog/index.vue index 6c8d632c0..66157f931 100644 --- a/apps/web-antd/src/views/monitor/operlog/index.vue +++ b/apps/web-antd/src/views/monitor/operlog/index.vue @@ -87,9 +87,6 @@ const gridOptions: VxeGridProps = { sortConfig: { remote: true, }, - round: true, - align: 'center', - showOverflow: true, id: 'monitor-operlog-index', }; diff --git a/apps/web-antd/src/views/system/client/index.vue b/apps/web-antd/src/views/system/client/index.vue index 9736e6071..72f5c6764 100644 --- a/apps/web-antd/src/views/system/client/index.vue +++ b/apps/web-antd/src/views/system/client/index.vue @@ -60,9 +60,6 @@ const gridOptions: VxeGridProps = { keyField: 'id', height: 90, }, - round: true, - align: 'center', - showOverflow: true, id: 'system-client-index', }; diff --git a/apps/web-antd/src/views/system/config/index.vue b/apps/web-antd/src/views/system/config/index.vue index c94df7969..4daf22440 100644 --- a/apps/web-antd/src/views/system/config/index.vue +++ b/apps/web-antd/src/views/system/config/index.vue @@ -70,9 +70,6 @@ const gridOptions: VxeGridProps = { isHover: true, keyField: 'configId', }, - round: true, - align: 'center', - showOverflow: true, id: 'system-config-index', }; diff --git a/apps/web-antd/src/views/system/dept/index.vue b/apps/web-antd/src/views/system/dept/index.vue index 5bdee71a9..ab9630fcd 100644 --- a/apps/web-antd/src/views/system/dept/index.vue +++ b/apps/web-antd/src/views/system/dept/index.vue @@ -64,9 +64,7 @@ const gridOptions: VxeGridProps = { isHover: true, keyField: 'deptId', }, - round: true, - align: 'center', - showOverflow: true, + treeConfig: { parentField: 'parentId', rowField: 'deptId', diff --git a/apps/web-antd/src/views/system/dict/data/index.vue b/apps/web-antd/src/views/system/dict/data/index.vue index 99aabf9a1..f86cc3a15 100644 --- a/apps/web-antd/src/views/system/dict/data/index.vue +++ b/apps/web-antd/src/views/system/dict/data/index.vue @@ -79,9 +79,6 @@ const gridOptions: VxeGridProps = { isHover: true, keyField: 'dictCode', }, - round: true, - align: 'center', - showOverflow: true, id: 'system-dict-data-index', }; diff --git a/apps/web-antd/src/views/system/dict/type/index.vue b/apps/web-antd/src/views/system/dict/type/index.vue index a82f98863..05cd7557b 100644 --- a/apps/web-antd/src/views/system/dict/type/index.vue +++ b/apps/web-antd/src/views/system/dict/type/index.vue @@ -84,9 +84,6 @@ const gridOptions: VxeGridProps = { isHover: true, keyField: 'dictId', }, - round: true, - align: 'center', - showOverflow: true, id: 'system-dict-type-index', }; diff --git a/apps/web-antd/src/views/system/menu/index.vue b/apps/web-antd/src/views/system/menu/index.vue index 1e59fc215..3f3bcf777 100644 --- a/apps/web-antd/src/views/system/menu/index.vue +++ b/apps/web-antd/src/views/system/menu/index.vue @@ -61,9 +61,7 @@ const gridOptions: VxeGridProps = { isHover: true, keyField: 'menuId', }, - round: true, - align: 'center', - showOverflow: true, + treeConfig: { parentField: 'parentId', rowField: 'menuId', diff --git a/apps/web-antd/src/views/system/notice/index.vue b/apps/web-antd/src/views/system/notice/index.vue index 990ce1fa4..fe2d94ada 100644 --- a/apps/web-antd/src/views/system/notice/index.vue +++ b/apps/web-antd/src/views/system/notice/index.vue @@ -66,9 +66,6 @@ const gridOptions: VxeGridProps = { isHover: true, keyField: 'noticeId', }, - round: true, - align: 'center', - showOverflow: true, id: 'system-notice-index', }; diff --git a/apps/web-antd/src/views/system/oss-config/index.vue b/apps/web-antd/src/views/system/oss-config/index.vue index ef907e86b..1e3f1df4f 100644 --- a/apps/web-antd/src/views/system/oss-config/index.vue +++ b/apps/web-antd/src/views/system/oss-config/index.vue @@ -69,9 +69,6 @@ const gridOptions: VxeGridProps = { isHover: true, keyField: 'ossConfigId', }, - round: true, - align: 'center', - showOverflow: true, id: 'system-oss-config-index', }; diff --git a/apps/web-antd/src/views/system/oss/index.vue b/apps/web-antd/src/views/system/oss/index.vue index a5b96d6ed..dc8b6d987 100644 --- a/apps/web-antd/src/views/system/oss/index.vue +++ b/apps/web-antd/src/views/system/oss/index.vue @@ -89,9 +89,6 @@ const gridOptions: VxeGridProps = { sortConfig: { remote: true, }, - round: true, - align: 'center', - showOverflow: true, id: 'system-oss-index', }; diff --git a/apps/web-antd/src/views/system/post/index.vue b/apps/web-antd/src/views/system/post/index.vue index fe5b0a110..115b51369 100644 --- a/apps/web-antd/src/views/system/post/index.vue +++ b/apps/web-antd/src/views/system/post/index.vue @@ -83,9 +83,6 @@ const gridOptions: VxeGridProps = { isHover: true, keyField: 'postId', }, - round: true, - align: 'center', - showOverflow: true, id: 'system-post-index', }; diff --git a/apps/web-antd/src/views/system/role-assign/index.vue b/apps/web-antd/src/views/system/role-assign/index.vue index ff5eee7ff..b48daaa73 100644 --- a/apps/web-antd/src/views/system/role-assign/index.vue +++ b/apps/web-antd/src/views/system/role-assign/index.vue @@ -59,9 +59,6 @@ const gridOptions: VxeGridProps = { isHover: true, keyField: 'userId', }, - round: true, - align: 'center', - showOverflow: true, id: 'system-role-assign-index', }; diff --git a/apps/web-antd/src/views/system/role-assign/role-assign-drawer.vue b/apps/web-antd/src/views/system/role-assign/role-assign-drawer.vue index 94ac020b0..55b012e68 100644 --- a/apps/web-antd/src/views/system/role-assign/role-assign-drawer.vue +++ b/apps/web-antd/src/views/system/role-assign/role-assign-drawer.vue @@ -60,9 +60,6 @@ const gridOptions: VxeGridProps = { isHover: true, keyField: 'userId', }, - round: true, - align: 'center', - showOverflow: true, }; const checked = ref(false); diff --git a/apps/web-antd/src/views/system/role/index.vue b/apps/web-antd/src/views/system/role/index.vue index da4c61a6d..aadf2d027 100644 --- a/apps/web-antd/src/views/system/role/index.vue +++ b/apps/web-antd/src/views/system/role/index.vue @@ -89,9 +89,6 @@ const gridOptions: VxeGridProps = { isHover: true, keyField: 'roleId', }, - round: true, - align: 'center', - showOverflow: true, id: 'system-role-index', }; diff --git a/apps/web-antd/src/views/system/tenant/index.vue b/apps/web-antd/src/views/system/tenant/index.vue index b12b17d3a..d854a4478 100644 --- a/apps/web-antd/src/views/system/tenant/index.vue +++ b/apps/web-antd/src/views/system/tenant/index.vue @@ -78,9 +78,6 @@ const gridOptions: VxeGridProps = { isHover: true, keyField: 'id', }, - round: true, - align: 'center', - showOverflow: true, id: 'system-tenant-index', }; diff --git a/apps/web-antd/src/views/system/tenantPackage/index.vue b/apps/web-antd/src/views/system/tenantPackage/index.vue index e5fb72005..d83488b53 100644 --- a/apps/web-antd/src/views/system/tenantPackage/index.vue +++ b/apps/web-antd/src/views/system/tenantPackage/index.vue @@ -75,9 +75,6 @@ const gridOptions: VxeGridProps = { isHover: true, keyField: 'packageId', }, - round: true, - align: 'center', - showOverflow: true, id: 'system-tenant-package-index', }; diff --git a/apps/web-antd/src/views/system/user/index.vue b/apps/web-antd/src/views/system/user/index.vue index 82f5d7789..6890cdd51 100644 --- a/apps/web-antd/src/views/system/user/index.vue +++ b/apps/web-antd/src/views/system/user/index.vue @@ -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); diff --git a/apps/web-antd/src/views/tool/gen/edit-steps/gen-config.vue b/apps/web-antd/src/views/tool/gen/edit-steps/gen-config.vue index 24a16a073..6ee8a0156 100644 --- a/apps/web-antd/src/views/tool/gen/edit-steps/gen-config.vue +++ b/apps/web-antd/src/views/tool/gen/edit-steps/gen-config.vue @@ -34,9 +34,6 @@ const gridOptions: VxeGridProps = { enabled: true, }, data: genInfoData.value.columns, - round: true, - align: 'center', - showOverflow: true, }; const [BasicTable, tableApi] = useVbenVxeGrid({ gridOptions }); diff --git a/apps/web-antd/src/views/tool/gen/index.vue b/apps/web-antd/src/views/tool/gen/index.vue index 87a51cd40..e1a2a931b 100644 --- a/apps/web-antd/src/views/tool/gen/index.vue +++ b/apps/web-antd/src/views/tool/gen/index.vue @@ -71,9 +71,6 @@ const gridOptions: VxeGridProps = { isHover: true, keyField: 'tableId', }, - round: true, - align: 'center', - showOverflow: true, id: 'tool-gen-index', }; diff --git a/apps/web-antd/src/views/tool/gen/table-import-modal.vue b/apps/web-antd/src/views/tool/gen/table-import-modal.vue index acf0dc8b9..1d60fac6e 100644 --- a/apps/web-antd/src/views/tool/gen/table-import-modal.vue +++ b/apps/web-antd/src/views/tool/gen/table-import-modal.vue @@ -84,9 +84,6 @@ const gridOptions: VxeGridProps = { isHover: true, keyField: 'tableId', }, - round: true, - align: 'center', - showOverflow: true, }; const [BasicTable, tableApi] = useVbenVxeGrid({ formOptions, gridOptions });