فهرست منبع

Merge branch 'feat/production-safety' of http://14.103.151.10:8888/product-group-fe/sfy-safety-group/sfy-safety into feat/production-safety

sunqijun 1 ماه پیش
والد
کامیت
8539b83a14

+ 1 - 1
src/views/production-safety/hiddenTroubleInvestigationAndGovernance/employeeReportHiddenTroubleManagement/employeeReportHiddenTroubleManagement.vue

@@ -64,7 +64,7 @@
               <div class="action-container--div" style="justify-content: left">
               <div class="action-container--div" style="justify-content: left">
                 <!-- 待审核:显示审核和查看 -->
                 <!-- 待审核:显示审核和查看 -->
                 <template v-if="scope.row.status === 1">
                 <template v-if="scope.row.status === 1">
-                  <ActionButton text="审核" @click="handleApprove(scope.row.id)" v-if="scope.row.canApprove"/>
+                  <!-- <ActionButton text="审核" @click="handleApprove(scope.row.id)" v-if="scope.row.canApprove"/> -->
                   <ActionButton text="查看" @click="handleView(scope.row.id)" />
                   <ActionButton text="查看" @click="handleView(scope.row.id)" />
                 </template>
                 </template>
                 <!-- 审核通过(需求部门通过或安全部门通过):显示查看和入账 -->
                 <!-- 审核通过(需求部门通过或安全部门通过):显示查看和入账 -->

+ 0 - 7
src/views/production-safety/risk-identification-and-control/key-site-sensor-manage/CameraGroupListAndTree/CameraGroupList/CameraListOfGroup.vue

@@ -34,8 +34,6 @@
           @click.stop="handleDelete(cameraGroup, camera)"
           @click.stop="handleDelete(cameraGroup, camera)"
         />
         />
       </div>
       </div>
-
-      <div class="mask"></div>
     </div>
     </div>
   </div>
   </div>
 </template>
 </template>
@@ -230,10 +228,5 @@
         }
         }
       }
       }
     }
     }
-
-    .mask {
-      height: 32px;
-      width: 100%;
-    }
   }
   }
 </style>
 </style>

+ 0 - 5
src/views/production-safety/risk-identification-and-control/key-site-sensor-manage/CameraGroupListAndTree/CameraGroupList/CameraTreeOfGroupList.vue

@@ -28,7 +28,6 @@
               <WarningFilled v-if="isInvalid(data)" class="invalidCamera" style="color: red" />
               <WarningFilled v-if="isInvalid(data)" class="invalidCamera" style="color: red" />
             </div>
             </div>
             <div class="cameraName">{{ node.label }}</div>
             <div class="cameraName">{{ node.label }}</div>
-            <div class="mask"></div>
           </div>
           </div>
         </template>
         </template>
       </el-tree>
       </el-tree>
@@ -328,10 +327,6 @@
           }
           }
         }
         }
       }
       }
-      .mask {
-        height: 26px;
-        width: 100%;
-      }
     }
     }
   }
   }