From 078524e7bd7ed0275b7b54d6aaff62f9e6310475 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Mon, 7 Oct 2024 12:53:09 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8E=BB=E9=99=A4row=20click?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/system/config/index.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/web-antd/src/views/system/config/index.vue b/apps/web-antd/src/views/system/config/index.vue index 845fea5e..d5e8b9f7 100644 --- a/apps/web-antd/src/views/system/config/index.vue +++ b/apps/web-antd/src/views/system/config/index.vue @@ -34,8 +34,6 @@ const gridOptions: VxeGridProps = { highlight: true, // 翻页时保留选中状态 reserve: true, - // 点击行选中 - trigger: 'row', }, columns, height: 'auto',