소스 검색

检验方案审批,当前在主任审核时显示审核按钮

liyuhui_ex 1 일 전
부모
커밋
f3b348acfb

+ 1 - 1
yudao-ui-admin-vue3/src/views/pressure2/boilerchecker/BoilerAuditInspectionCommentsNotice.vue

@@ -85,7 +85,7 @@ const getReportType = computed(() => {
       auditText.value = '批准'
       return PressureReportType['WORKINSTRUCTION']
     case 'InspectionPlanAuditBoiler':
-      auditText.value = '审'
+      auditText.value = '审'
       return PressureReportType['INSPECTIONPLAN']
     case 'MajorIssueCluesNoticeBoiler':
       // 重大问题线索通知

+ 1 - 1
yudao-ui-admin-vue3/src/views/pressure2/pipechecker/PipeAuditInspectionCommentsNotice.vue

@@ -87,7 +87,7 @@ const getReportType = computed(() => {
       auditText.value = '批准'
       return PressureReportType['WORKINSTRUCTION']
     case 'InspectionPlanAuditPipe':
-      auditText.value = '审'
+      auditText.value = '审'
       return PressureReportType['INSPECTIONPLAN']
     case 'MajorIssueCluesNoticePipe':
       // 重大问题线索通知