From cd110433c12c8e914c03b8c208ace5f71c8d8b50 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Sun, 23 Mar 2025 12:11:46 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=94=B9=E4=B8=BAsetup=E5=86=99?= =?UTF-8?q?=E6=B3=95=20=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../_core/profile/components/account-bind.vue | 20 ++---- .../src/views/_core/profile/setting-panel.vue | 68 +++++++------------ 2 files changed, 30 insertions(+), 58 deletions(-) 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'; - +