| 
					
				 | 
			
			
				@@ -2,7 +2,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <div class="app-container"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <div class="app-content"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                  <div class="title"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    通话统计 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    佣金排行榜 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                <el-form class="search-form" :inline="true" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <el-form-item > 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -61,7 +61,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                           label="员工姓名"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         </el-table-column> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         <el-table-column 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                          prop="TuiMoneyCount" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                          prop="tuiMoneyCount" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                           label="佣金订单数"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         </el-table-column> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         <el-table-column 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -143,8 +143,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         list:[], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         dates:[], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         billingTime:[], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        callCount:[], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        callSuccessCount:[], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        tuiMoneyCount:[], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        tuiMoney:[], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         times:[] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -214,10 +214,9 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           tuiMoney(data).then((response) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            this.list=response.list; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-           this.dates=response.dates; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-           this.callCount=response.callCount; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-           this.callSuccessCount=response.callSuccessCount; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-           this.billingTime=response.billingTime; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+           this.tuiMoney=response.tuiMoney; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+           this.tuiMoneyCount=response.tuiMoneyCount; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            this.times=response.times; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             setTimeout(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               this.initEchart(); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -233,7 +232,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           legend: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              data: ['通话时长', '消耗分钟','拨打数','接通数'] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              data: ['佣金订单数', '佣金总金额' ] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           grid: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               left: '3%', 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -251,45 +250,30 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   type: 'value', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   axisLabel:{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    formatter:'{value}个' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    formatter:'{value}' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           ], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           series: [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  name: '通话时长', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  type: 'bar', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  name: '佣金订单数', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  type: 'line', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   emphasis: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                       focus: 'series' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  data: this.times 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  data: this.tuiMoneyCount 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  name: '消耗分钟', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  type: 'bar', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  emphasis: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                      focus: 'series' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  data: this.billingTime 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-               { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  name: '拨打数', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  type: 'bar', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  name: '佣金总金额', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  type: 'line', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   emphasis: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                       focus: 'series' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  data: this.callCount 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-               { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  name: '接通数', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  type: 'bar', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  emphasis: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                      focus: 'series' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  data: this.callSuccessCount 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  data: this.tuiMoney 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           ] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.chart=echarts.init(document.getElementById("echart-customer")); 
			 |