Procházet zdrojové kódy

瑞鹰统计看板

lipenghui před 3 týdny
rodič
revize
bbd50fa940

+ 0 - 1
src/views/pms/device/monitor/TdDeviceInfo.vue

@@ -161,7 +161,6 @@ const getChart = async (range) =>{
   loading.value = true
   await IotStatApi.getDeviceInfoChart(params.code, topic.value, range[0], range[1]).then(res=>{
     result.value = res
-    debugger
     loading.value = false
   })
 }

+ 1 - 1
src/views/pms/stat/rykb.vue

@@ -142,7 +142,7 @@
         </el-card>
     </el-col>
     <el-col :span="8">
-      <el-card class="chart-card mt-1" shadow="never">
+      <el-card class="chart-card" shadow="never">
         <template #header>
           <div class="flex items-center">
             <span class="text-base font-medium text-gray-600">修井工作量情况</span>