浏览代码

bug fixed

duwendi 1 年之前
父节点
当前提交
a113684858
共有 2 个文件被更改,包括 7 次插入10 次删除
  1. 6 9
      src/pages/index/components/arrears_total.vue
  2. 1 1
      src/pages/index/components/urban_statisics.vue

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

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

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

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