duwendi hai 1 ano
pai
achega
a113684858

+ 6 - 9
src/pages/index/components/arrears_total.vue

@@ -41,12 +41,11 @@
41 41
           :bottom="30"
42 42
           :xlabelFormat="xLabelFormat"
43 43
           :top="60"
44
-          yAxisName="()"
44
+          yAxisName="()"
45 45
           :tooltip="tooltipFormat"
46 46
           :dataset="bardata1"
47 47
           :encode="[
48
-            {x: 'mouth', y: 'lastYearAmount', seriesName: '接入数量'},
49
-            {x: 'mouth', y: 'thisYearAmount', seriesName: '异常数量'}]"
48
+            {x: 'mouth', y: 'lastYearAmount', seriesName: ''}]"
50 49
           :labelSize="15"
51 50
           id="fxdqhszzt"
52 51
         />
@@ -63,12 +62,11 @@
63 62
           :bottom="30"
64 63
           :xlabelFormat="xLabelFormat"
65 64
           :top="60"
66
-          yAxisName="()"
65
+          yAxisName="()"
67 66
           :tooltip="tooltipFormat"
68 67
           :dataset="bardata2"
69 68
           :encode="[
70
-            {x: 'mouth', y: 'lastYearAmount', seriesName: '接入数量'},
71
-            {x: 'mouth', y: 'thisYearAmount', seriesName: '异常数量'}]"
69
+            {x: 'mouth', y: 'lastYearAmount', seriesName: ''}]"
72 70
           :labelSize="15"
73 71
           id="fxdqhszz2"
74 72
         />
@@ -77,11 +75,10 @@
77 75
         <h4 style="color: white">催缴情况分析</h4>
78 76
         <linechart
79 77
           :autoStop="false"
80
-          :top="30"
78
+          :top="60"
81 79
           :bottom="30"
82
-          :left="40"
83 80
           :legendTop="0"
84
-          yAxisName="()"
81
+          yAxisName="()"
85 82
           :dataset="linedata"
86 83
           :tooltipFormat="lineTooltipFormat"
87 84
           :encode="[

+ 1 - 1
src/pages/index/components/urban_statisics.vue

@@ -59,7 +59,7 @@ export default {
59 59
           key: 'mouth'
60 60
         },
61 61
         {
62
-          label: '实缴率',
62
+          label: '实缴率(%)',
63 63
           key: 'lastAmount'
64 64
         }
65 65
       ],