diff --git a/apps/web-antd/src/views/_core/profile/components/account-bind.vue b/apps/web-antd/src/views/_core/profile/components/account-bind.vue index 146386dd..5e7854be 100644 --- a/apps/web-antd/src/views/_core/profile/components/account-bind.vue +++ b/apps/web-antd/src/views/_core/profile/components/account-bind.vue @@ -31,12 +31,6 @@ const bindList = computed(() => { }); const gridOptions: VxeGridProps = { - checkboxConfig: { - // 高亮 - highlight: true, - // 翻页时保留选中状态 - reserve: true, - }, columns: [ { field: 'source', @@ -132,14 +126,12 @@ function handleUnbind(record: Record) {
-
- -
+

-import { defineComponent } from 'vue'; - +