wenhongquan пре 1 година
родитељ
комит
ffe06cf28a

+ 3 - 3
src/components/HomeComponents/lineEcharts.vue

@@ -81,7 +81,7 @@ const drawEchart = (kldata,hldata) => {
     },
     series: [
       {
-        name: "流趋势",
+        name: "流趋势",
         type: "line",
         data: kldata,
         smooth: false,
@@ -92,7 +92,7 @@ const drawEchart = (kldata,hldata) => {
         },
       },
       {
-        name: "流趋势",
+        name: "流趋势",
         type: "line",
         data: hldata,
         smooth: false,
@@ -172,4 +172,4 @@ onMounted(() => {
     height: 22vh;
   }
 }
-</style>
+</style>

+ 1 - 1
src/views/yunying/scheduling/index.vue

@@ -390,7 +390,7 @@ const getScheduleList = async () => {
         }
     })
     //测试用
-    carScheduleList.value = res.rows;
+    // carScheduleList.value = res.rows;
     reloadData.value = true
 }