culture/src/views/strainReportLibrary/reportLibraryOneThree/components/approval/index.vue
@@ -235,7 +235,7 @@ }, computed: { dialogTitle() { return this.type === "approve" ? "审批" : "审批详情"; return !this.obj.isDetail ? "审批" : "详情"; }, totalScore() { return this.assessmentTable.reduce((sum, item) => sum + (item.selectedScore || 0), 0);