diff --git a/src/views/crm/components/CRMDetailHead.vue b/src/views/crm/components/CRMDetailHead.vue index 25bb2f9..c8ad81a 100644 --- a/src/views/crm/components/CRMDetailHead.vue +++ b/src/views/crm/components/CRMDetailHead.vue @@ -102,6 +102,12 @@ :selection-list="[detail]" :dialog-visible.sync="allocDialogShow" @handle="handleCallBack" /> + + + +
+ +
审批人:
+ +
+
+ + 取消 + 保存 + +
+ + + + + diff --git a/src/views/crm/workbench/components/SalesFunnel.vue b/src/views/crm/workbench/components/SalesFunnel.vue index 0795874..6e4e19d 100644 --- a/src/views/crm/workbench/components/SalesFunnel.vue +++ b/src/views/crm/workbench/components/SalesFunnel.vue @@ -34,11 +34,12 @@
-
赢单单数
+ +
{{ funnelData.winSingle }}单
-
输单单数
+
{{ funnelData.loseSingle }}单
@@ -129,7 +130,6 @@ export default { businessOptions: [], businessId: null, businessName: '', - funnelData: {} } }, @@ -138,6 +138,9 @@ export default { this.getBusinessStatusList() }, methods: { + pushView() { + this.$router.push('/crm/business') + }, initChart() { this.chartObj = echarts.init(document.getElementById('sales-funnel')) this.chartObj.setOption(this.chartOption, true) @@ -145,6 +148,10 @@ export default { this.$emit('chart-click', params, this.dataList[params.dataIndex]) }) }, + // getView() { + // console.log('aa' + this.dataList) + // this.$emit('chart-click', [], this.dataList[1]) + // }, /** * 获取统计数据 */ @@ -227,7 +234,11 @@ export default { height: 322px; margin-top: 10px; } - + .btn-num { + color: #ff7474; + background: none; + border: none; + } .sales-funnel { position: relative; .card-title-left .icon {