소스 검색

管理员撤回复核签章

huangguoce 1 개월 전
부모
커밋
bc6c7ae4e0
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/views/cw/reportManagement/ReportManagementList.vue

+ 3 - 1
src/views/cw/reportManagement/ReportManagementList.vue

@@ -347,7 +347,9 @@
 								<el-button v-if="((
 									(scope.row.signatureType === '1' && scope.row.status1 === '5') ||
 									(scope.row.signatureType === '2' && scope.row.status2 === '5') ||
-									(scope.row.signatureType === '3' && scope.row.status3 === '5'))
+									(scope.row.signatureType === '3' && scope.row.status3 === '5') ||
+									(scope.row.reviewStatus == '2')
+								)
 									&& scope.row.newType !== '0')" text type="primary" @click="rebackReviewSign(scope.row)">撤回复核签章</el-button>
 								<el-button
 									v-if="(scope.row.applyStatus === '0' || scope.row.applyStatus === '1' || scope.row.applyStatus === '3' || commonJS.isEmpty(scope.row.applyStatus))"