Browse Source

fix: other_analyse.vue

zouooh 1 year ago
parent
commit
b730cc7e2b
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/pages/index/components/other_analyse.vue

+ 5 - 5
src/pages/index/components/other_analyse.vue

@@ -20,7 +20,7 @@
20 20
           :tooltip="tooltipFormat1"
21 21
           :dataset="bardata"
22 22
           :encode="[
23
-            {x: 'month', y: 'cs'},
23
+            {x: 'month', y: 'hs'},
24 24
             ]"
25 25
           :labelSize="20"
26 26
           id="qyfx"
@@ -36,7 +36,7 @@
36 36
           :radiusArr="['30%', '70%']"
37 37
           :roseType = "false"
38 38
           :colorArr="ccsl"
39
-          :labelFormat="['{name|{b}}', '{sub|{@value} {d}%}', '{hr|}']"
39
+          :labelFormat="['{name|{b}}', '{sub|{@value} {d}%}', '{hr|}']"
40 40
           :dataset="ccslvalue"
41 41
           :encode="{ itemName: 'name', value: 'value' }"
42 42
         />
@@ -170,7 +170,7 @@
170 170
     <br>
171 171
     <div class="charts">
172 172
       <div style="width: 50%;height: 500px;">
173
-        <h4 style="color: white">重点车辆进场占比</h4>
173
+        <h4 style="color: white">车辆进场占比</h4>
174 174
         <br>
175 175
       <piechart
176 176
           class="model-pie-body"
@@ -185,7 +185,7 @@
185 185
     </div>
186 186
 
187 187
 <!--      <div style="width: 50%;height: 500px;">-->
188
-<!--        <h4 style="color: white">重点车辆进场占比</h4>-->
188
+<!--        <h4 style="color: white">重点车辆追踪</h4>-->
189 189
 <!--        <br>-->
190 190
 <!--        <div id="ChinaLineMap2"></div>-->
191 191
 <!--      </div>-->
@@ -371,7 +371,7 @@ export default {
371 371
     },
372 372
     tooltipFormat1(params) {
373 373
       const data = params[0].data;
374
-      return `<div class="bar-tooltip-dz">${data.cs || "--"}次</div>`;
374
+      return `<div class="bar-tooltip-dz">${data.hs || "--"}次</div>`;
375 375
     },
376 376
     tooltipFormat2(params) {
377 377
       const data = params[0].data;