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 }}
-
-
-
-
onDelete(record.id)" title="确定要删除这一条?" v-if="lists.length">
@@ -27,14 +24,17 @@
-
+
@@ -46,7 +46,7 @@