From ae3da0b456e07b5de52195a792fa82cf89e9d747 Mon Sep 17 00:00:00 2001
From: james <639143029@qq.com>
Date: Sun, 17 May 2020 17:06:43 +0800
Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E8=A1=A8=E6=A0=BC=EF=BC=8C?=
=?UTF-8?q?=E6=89=B9=E9=87=8F=E5=88=A0=E9=99=A4=E5=8A=9F=E8=83=BD=E5=AE=8C?=
=?UTF-8?q?=E5=96=84=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/page/BaseTable.vue | 361 ++++++++++++++++--------------
1 file changed, 191 insertions(+), 170 deletions(-)
diff --git a/src/components/page/BaseTable.vue b/src/components/page/BaseTable.vue
index f4d333d..fe58589 100644
--- a/src/components/page/BaseTable.vue
+++ b/src/components/page/BaseTable.vue
@@ -1,189 +1,210 @@
-
-
-
-
- 基础表格
-
-
-
-
-
- 批量删除
-
-
-
-
-
- 搜索
-
-
+
+
+
+ 基础表格
+
+
+
+
+
+ 批量删除
+
+
+
+
+
+ 搜索
+
+
-
-
-
-
- ¥{{scope.row.money}}
-
-
-
-
-
-
-
-
-
- {{scope.row.state}}
-
-
+ @selection-change="handleSelectionChange">
+
+
+
+
+ ¥{{scope.row.money}}
+
+
+
+
+
+
+
+
+
+ {{scope.row.state}}
+
+
-
-
-
- 编辑
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+