diff --git a/project/sass/apps/Announce/AppAnnounceStatistics/AppAnnounceStatistics.vue b/project/sass/apps/Announce/AppAnnounceStatistics/AppAnnounceStatistics.vue index ec7cecb0..fb5267ca 100644 --- a/project/sass/apps/Announce/AppAnnounceStatistics/AppAnnounceStatistics.vue +++ b/project/sass/apps/Announce/AppAnnounceStatistics/AppAnnounceStatistics.vue @@ -34,7 +34,7 @@

{{item.taskTitle}}

- {{item.createTime.substring(10, 16)}} + {{item.choiceTime.substring(10, 16)}}
创建人: @@ -116,7 +116,7 @@
- + @@ -226,11 +226,13 @@ return this.$message.error('请选择自定义时间'); } - if(this.effectType == 3 && this.isEffectTimeSelect) { //宣发效果 + if(this.isEffectTimeSelect) { //宣发效果 this.timeListEffect = this.timeList + this.effectType = 3 this.getEffect() } else { //宣发明细 this.timeListDepart = this.timeList + this.departType = 3 this.getDepart() } @@ -256,7 +258,6 @@ }else { this.timeList = this.timeListEffect } - this.effectType = type if(type == 3) { this.isEffectTimeSelect = true this.dialogDate = true @@ -322,7 +323,6 @@ }else { this.timeList = this.timeListDepart } - this.departType = type if(type == 3) { this.isEffectTimeSelect = false this.dialogDate = true @@ -384,7 +384,8 @@ type: 'shadow' }, formatter: function(data) { - let name = `
宣发任务数:${data[0].data}` + var index = data[0].dataIndex + let name = `
宣发任务数:${this.departBarData[index].taskCount}` return name } },