From 2d34178fc5adcc7e3c28ef478c5671e976ac2013 Mon Sep 17 00:00:00 2001 From: corala <18339694416@163.com> Date: Thu, 11 Aug 2022 15:16:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E4=B8=BB=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Piabodata/requireminingAnalysis.vue | 30 +++++++-------- pages/center/consumer/index.vue | 2 + pages/center/records/index.vue | 38 +++++++++++-------- 3 files changed, 37 insertions(+), 33 deletions(-) diff --git a/pages/center/Piabodata/requireminingAnalysis.vue b/pages/center/Piabodata/requireminingAnalysis.vue index 0038b31..ab0ee42 100644 --- a/pages/center/Piabodata/requireminingAnalysis.vue +++ b/pages/center/Piabodata/requireminingAnalysis.vue @@ -2,15 +2,15 @@ - + {{ time }} - + {{ dept}} - + {{ guwen}} @@ -139,10 +139,9 @@ huashuVal: '', guwenVal: '', // 筛选文字展示 - time: '接待时间', + time: '近7天', dept: '部门', guwen: '顾问', - huashu: '业务话术', showDesc: false, rankList: [],//排名列表 ringChartData: { @@ -233,6 +232,9 @@ }] }, lineOpts: { + // xAxis: { + // rotateLabel: true + // }, yAxis: { data: [{ max: 100, @@ -297,7 +299,8 @@ name: item.name, id: item.id, fraction: item.fraction, - selected: item.selected + selected: item.selected, + keywordsId: item.keywordsId } }) }else{ @@ -338,9 +341,9 @@ }) }, //跳转到接待记录 - Toview(){ + Toview(item,i){ uni.navigateTo({ - url: '/pages/center/records/index?refresh=refresh&activeTotal='+this.activeTotal+'&staTime='+ this.startDate + '&endTime'+this.endDate+'&validInvalid=0' + url: '/pages/center/records/index?refresh=refresh&activeTotal='+this.activeTotal+'&staTime='+ this.startDate + '&endTime='+this.endDate+'&validInvalid=0'+'&keywordsId='+item.keywordsId }); }, // 需求挖掘分析-简报 @@ -417,7 +420,7 @@ }) .then(res => { if(res.first&&res.first.length){ - categories1 = res.first.map(item=> item.statDate.substring(0,10)) + categories1 = res.first.map(item=> item.statDate.substring(5,10)) this.lineOptsect.series[0].data=res.first.map(item=> item.wordFraction) }else{ categories1= [] @@ -425,7 +428,7 @@ } if(res.end&&res.end.length){ this.lineOptsect.series[1].data=res.end.map(item=> item.wordFraction) - categories2 = res.end.map(item => item.statDate.substring(0,10)) + categories2 = res.end.map(item => item.statDate.substring(5,10)) }else{ categories2 = [] this.lineOptsect.series[1].data = [] @@ -486,13 +489,6 @@ this.dept = e[0].label this.getdata() }, - // 话术选择 - huashuCallback(e){ - // console.log(e) - this.huashuVal = e[0].value - this.huashu = e[0].label - this.getdata() - }, //自定义时间 calendarTimeChange(e) { this.endDate = e.endDate diff --git a/pages/center/consumer/index.vue b/pages/center/consumer/index.vue index fa459a1..64dd265 100644 --- a/pages/center/consumer/index.vue +++ b/pages/center/consumer/index.vue @@ -1343,6 +1343,8 @@ export default { margin-top: 11rpx; font-weight: 500; color: #333333; + font-size: 30rpx; + font-family: PingFangSC-Medium, PingFang SC; } } diff --git a/pages/center/records/index.vue b/pages/center/records/index.vue index 2c7aa07..d60329f 100644 --- a/pages/center/records/index.vue +++ b/pages/center/records/index.vue @@ -15,17 +15,17 @@ - + {{ sortFilter }} - + {{ arriveFilter }} - - + + {{ counselorName }} @@ -97,9 +97,9 @@ - + - +