소스 검색

fix: 隐藏员工上报隐患管理审核

xiaweibo 1 개월 전
부모
커밋
bac0b1c0f0

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

@@ -64,7 +64,7 @@
               <div class="action-container--div" style="justify-content: left">
                 <!-- 待审核:显示审核和查看 -->
                 <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)" />
                 </template>
                 <!-- 审核通过(需求部门通过或安全部门通过):显示查看和入账 -->