diff --git a/src/views/crm/business/Detail.vue b/src/views/crm/business/Detail.vue index 6538b5e..78f331b 100644 --- a/src/views/crm/business/Detail.vue +++ b/src/views/crm/business/Detail.vue @@ -68,7 +68,6 @@
- {{ item.value }} +
- +
+ 赢单审批 + 输单审批 +

输单原因:{{ detailData.submit_remark }}

+
- - + +
{{ funnelData.winSingle }}单
- +
{{ funnelData.loseSingle }}单
@@ -138,9 +138,9 @@ export default { this.getBusinessStatusList() }, methods: { - pushView() { - this.$router.push('/crm/business') - }, + // pushView() { + // this.$router.push('/crm/business') + // }, initChart() { this.chartObj = echarts.init(document.getElementById('sales-funnel')) this.chartObj.setOption(this.chartOption, true) @@ -148,10 +148,14 @@ export default { this.$emit('chart-click', params, this.dataList[params.dataIndex]) }) }, - // getView() { - // console.log('aa' + this.dataList) - // this.$emit('chart-click', [], this.dataList[1]) - // }, + getWin() { + console.log('aa' + this.dataList) + this.$emit('chart-click', [], this.dataList[4]) + }, + getLose() { + console.log('aa' + this.dataList) + this.$emit('chart-click', [], this.dataList[5]) + }, /** * 获取统计数据 */