diff --git a/pages/reportExcel/dayReport.vue b/pages/reportExcel/dayReport.vue index 2b54e94..330ae14 100644 --- a/pages/reportExcel/dayReport.vue +++ b/pages/reportExcel/dayReport.vue @@ -98,26 +98,51 @@ 销讲维度执行前三: 项目平均执行率排名: - - - - - {{ rankIndex+1 }} + + @@ -130,26 +155,50 @@ 销讲维度执行弱项前三: 项目平均接访时长排名: - - - - - {{ rankIndex+1 }} + + @@ -463,17 +512,6 @@ }) } - if (this.consultant.length > 0) { - str += ` - - 6、置业顾问平均执行率排名:` - this.consultant.map((item, index) => { - str += ` - top${index+1}.${item.title || '--'}${item.value||'0'}%` - }) - } - - if (this.lowest.length > 0) { str += `