From df5e27d4217375a9ae8ab5d8f708ba39c7bc188f Mon Sep 17 00:00:00 2001 From: Guwan Date: Thu, 27 Mar 2025 19:49:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0legend=20=E5=9B=BE=E4=BE=8B?= =?UTF-8?q?=20=E5=88=86=E5=88=AB=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/activity/TestCenter.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/views/activity/TestCenter.vue b/src/views/activity/TestCenter.vue index 919254c..72e1ab8 100644 --- a/src/views/activity/TestCenter.vue +++ b/src/views/activity/TestCenter.vue @@ -43,7 +43,7 @@
- + @@ -330,6 +330,13 @@ const marketShareConfig = { } ] } + +const handleCellClick = (row, column, cell, event) => { + console.log('点击的值:', row[column.property]) + console.log('点击的列 字段名:', column.property) + console.log('点击的列 标题:', column.label) +} +