|
@@ -706,8 +706,8 @@
|
|
|
|
|
|
//var unit = this.current ? '笔' : '元'
|
|
|
var colorName = "#333"
|
|
|
- this.showlist1 = ['收入', '利润', '次数'];
|
|
|
- var sz2 = ['todayAmount', 'todayProfit', 'todayEQNum'];
|
|
|
+ this.showlist1 = ['收入', '利润', '次数','新电途'];
|
|
|
+ var sz2 = ['todayAmount', 'todayProfit', 'todayEQNum','todayXDTAmount'];
|
|
|
if (!this.myChart) {
|
|
|
this.myChart = echarts.init(document.getElementById('pieEcharts'));
|
|
|
this.myChart.on("dataZoom", (res) => {
|
|
@@ -998,8 +998,9 @@
|
|
|
|
|
|
//var unit = this.current ? '笔' : '元'
|
|
|
var colorName = "#333"
|
|
|
- this.showlist1 = ['收入', '利润', '次数'];
|
|
|
- var sz2 = ['todayAmount', 'todayProfit', 'todayEQNum'];
|
|
|
+
|
|
|
+ this.showlist1 = ['收入', '利润', '次数','新电途'];
|
|
|
+ var sz2 = ['todayAmount', 'todayProfit', 'todayEQNum','todayXDTAmount'];
|
|
|
if (!this.myChart) {
|
|
|
this.myChart = echarts.init(document.getElementById('pieEcharts'));
|
|
|
this.myChart.on("dataZoom", (res) => {
|