Browse Source

feat: 消防日志设备维护预留

TwoKe 2 years ago
parent
commit
a3fa86bb6f

+ 1 - 1
src/views/main/right/FireLog/FireInspection.vue

@@ -9,7 +9,7 @@ import secondIcon from '@/assets/images/second.png';
 import thirdIcon from '@/assets/images/third.png';
 
 const createHeader = function(title) {
-  return `<span style="font-size:1vh;color:#85e9ff;">${title}</span>`
+  return `<span style="font-size:.5vh;color:#85e9ff;">${title}</span>`
 }
 
 export default {

+ 1 - 0
src/views/main/right/FireLog/index.vue

@@ -7,6 +7,7 @@
     <div class="__content">
       <transition-group enter-active-class="animate__animated animate__fadeIn">  
         <FireInspection key="fireInspection"  v-show="active === 'doFireInspection'"/>
+        <FireInspection key="doEquipmentMaintenance"  v-show="active === 'doEquipmentMaintenance'"/>
       </transition-group>
     </div>
   </div>