Explorar el Código

feat: 维修链接

liujt hace 1 semana
padre
commit
d026158460
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/bpm/vis-page/equipmentOperation.vue

+ 2 - 2
src/views/bpm/vis-page/equipmentOperation.vue

@@ -53,9 +53,9 @@
             >台</div
           >
         </div>
-        <div class="faultDeviceInfo">
+        <div class="faultDeviceInfo" style="cursor: pointer" @click="handelRouterTo('/page-eam/maintenance/repair')">
           <div
-            >故障维修<span>{{ totalData.malfunctionNum }}</span
+            >故障维修<span style="">{{ totalData.malfunctionNum }}</span
             >台</div
           >
         </div>