From 99f957b48ce2aa7d5cc1cfd9a0b6ab99bdc29756 Mon Sep 17 00:00:00 2001 From: ibuler Date: Mon, 27 Apr 2020 13:46:16 +0800 Subject: [PATCH] =?UTF-8?q?[Update]=20=E4=BF=AE=E6=94=B9list=20table?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AutoDataSearch/index.vue | 1 - .../IBox.vue => components/IBox/index.vue} | 0 src/components/ListTable/index.vue | 10 ++++---- src/components/index.js | 1 + .../GenericCreateUpdatePage/index.vue | 24 ++++++++++--------- src/layout/components/index.js | 1 - src/views/users/UserGroupList.vue | 8 ++----- 7 files changed, 21 insertions(+), 24 deletions(-) rename src/{layout/components/IBox.vue => components/IBox/index.vue} (100%) diff --git a/src/components/AutoDataSearch/index.vue b/src/components/AutoDataSearch/index.vue index d38a8e1b7..601b8e1a5 100644 --- a/src/components/AutoDataSearch/index.vue +++ b/src/components/AutoDataSearch/index.vue @@ -42,7 +42,6 @@ export default { }, methods: { genericOptions(data) { - console.log(data) const _this = this // 透传This Object.keys(data).forEach(function(key) { if (data[key].filter) { diff --git a/src/layout/components/IBox.vue b/src/components/IBox/index.vue similarity index 100% rename from src/layout/components/IBox.vue rename to src/components/IBox/index.vue diff --git a/src/components/ListTable/index.vue b/src/components/ListTable/index.vue index f70598470..a75d38f43 100644 --- a/src/components/ListTable/index.vue +++ b/src/components/ListTable/index.vue @@ -1,7 +1,7 @@