浏览代码

Merge branch 'master-operate' of http://47.92.161.104:10080/zkx/jp-charge into master-operate

zkx 1 年之前
父节点
当前提交
09e481ebd7
共有 1 个文件被更改,包括 11 次插入9 次删除
  1. 11 9
      pagesFinance/statistics/index.vue

+ 11 - 9
pagesFinance/statistics/index.vue

@@ -1063,17 +1063,19 @@
 				if (typebl) {
 					if (this.type_head == 1) {
 
-						dataInterval = [0, 25, 50, 75, 100,
-							125, 150, 200, 250, 300, 400, 500,
-							600, 800, 1000, 1200, 1400, 1600, 1800,
-							2000, 2300, 2600, 2800,
-							3000, 3400, 3800, 4200,
-							4800, 5200, 5600, 6000, 6500, 7000, 7500, 8000, 9000, 10000, 12000, 14000, 16000, 20000,
-							30000, 999999
-						];
+						dataInterval = [0,  75, 100,
+							125, 150, 200,  400, 500,
+							600, 1200, 1400, 1600, 1800,
+							2600, 2800,
+							 3000, 4200,
+							4800, 5200, 6500, 7000, 7500, 8000, 12000, 14000, 16000, 18000, 20000,23000,
+							25000,30000,35000,40000, 999999
+						];
+						
+						
 					} else {
 						dataInterval = [0, 500, 1000, 2000, 5000, 10000, 20000, 30000, 40000, 50000, 60000, 70000, 80000,
-							90000, 100000, 120000, 140000, 160000, 180000, 200000, 250000, 300000, 400000, 500000,
+							90000, 100000, 120000, 140000, 160000, 180000, 200000, 220000, 240000,280000,   3200000, 3500000,400000, 500000,
 							999999
 						];
 					}