Parcourir la source

杀虫灯详情去掉电击次数

zhangsijie il y a 2 ans
Parent
commit
606118001d
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 5 5
      minggao/src/page/forecasting/monthKillingLamp/scdDetail.vue

+ 5 - 5
minggao/src/page/forecasting/monthKillingLamp/scdDetail.vue

@@ -24,20 +24,20 @@
     <div v-if="viewSwitch">
       <div>
         <el-row :gutter="10">
-          <el-col :md="24" :lg="!shield ? 14 : 24">
+          <el-col :md="24" :lg="24">
             <el-card class="box-card" id="box-card1">
               <div class="charts">
                 <highcharts :options="option3"></highcharts>
               </div>
             </el-card>
           </el-col>
-          <el-col :md="24" :lg="10" v-if="!shield">
+          <!-- <el-col :md="24" :lg="10" v-if="!shield">
             <el-card class="box-card" id="box-card2">
               <div class="pie">
                 <highcharts :options="option2"></highcharts>
               </div>
             </el-card>
-          </el-col>
+          </el-col> -->
         </el-row>
         <div class="dataTableSearch">
           <div>
@@ -162,7 +162,7 @@ export default {
         ['温控状态', 'tps'],
         ['倾倒状态', 'dps'],
         ['定时(h)', 'tt'],
-        ['电击次数', 'ct'],
+        // ['电击次数', 'ct'],
         ['温度(°C)', 'at'],
         ['湿度(%)', 'ah'],
         ['充电电压(v)', 'cv'],
@@ -177,7 +177,7 @@ export default {
         ['温控状态', 'tps'],
         ['倾倒状态', 'dps'],
         ['定时(h)', 'tt'],
-        ['电击次数', 'ct'],
+        // ['电击次数', 'ct'],
         ['温度(°C)', 'at'],
         ['湿度(%)', 'ah'],
         ['上报时间', 'addtime']