From 2670baba285e5fe1e8316575951a3a4ffab9b073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=85=81=E6=9E=9E?= <3422692813@qq.com> Date: Tue, 15 Oct 2024 14:29:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B010.15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fuintAdmin/src/views/shopowner.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/fuintAdmin/src/views/shopowner.vue b/fuintAdmin/src/views/shopowner.vue index c73eb0dd7..fa3faeb50 100644 --- a/fuintAdmin/src/views/shopowner.vue +++ b/fuintAdmin/src/views/shopowner.vue @@ -551,7 +551,6 @@ export default { // 首页数据统计 const times = this.dataCount.oilData.map(item => item.time); const count = []; - for (let i = 0; i < this.dataCount.oilNames.length; i++) { let a = { name: this.dataCount.oilNames[i], @@ -576,7 +575,6 @@ export default { // 首页数据展示 const showTimes = this.dataShows.oilData.map(item => item.day); - // console.log('showTimes', showTimes) const showCount = []; for (let i = 0; i < this.dataShows.oilNames.length; i++) { let a = {