From 3544df9b33013a79f24147e2b322e6f1af152f14 Mon Sep 17 00:00:00 2001 From: lucky Date: Mon, 8 Mar 2021 13:10:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E5=AE=B9=E7=AE=A1=E7=90=86=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Page/PageDate.vue | 50 +++++++++++++++++++------------- src/components/Page/PageEdit.vue | 1 - src/config/api.js | 3 ++ 3 files changed, 33 insertions(+), 21 deletions(-) diff --git a/src/components/Page/PageDate.vue b/src/components/Page/PageDate.vue index 6e069af..a96500f 100644 --- a/src/components/Page/PageDate.vue +++ b/src/components/Page/PageDate.vue @@ -9,6 +9,7 @@ :row-key="record => record.id" :scroll="{ y: height }" @change="handleTableChange" + @expand="getDetail" bordered class="white" > @@ -16,10 +17,6 @@ {{ index + 1 }} - - - + @@ -46,7 +46,7 @@