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