From e3f46948de1ad4d3b9a55275cde64c257c65c251 Mon Sep 17 00:00:00 2001 From: yulixing Date: Mon, 10 Jun 2019 13:48:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=86=E4=BA=AB=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=A1=B5=20=E8=AF=A6=E6=83=85=E6=89=93=E5=BC=80?= =?UTF-8?q?=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/games/details/share/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/games/details/share/index.vue b/src/views/games/details/share/index.vue index 6627911..ec44795 100644 --- a/src/views/games/details/share/index.vue +++ b/src/views/games/details/share/index.vue @@ -43,6 +43,7 @@ style="width: 100%" class="table mgt-20 mgb-20" @selection-change="tableSelectionChange" + @row-click="rowClick" > @@ -54,7 +55,7 @@ sortable :formatter="formatType" /> - +