From bede92edf9dee2f9edc0c06576e783d398f24ef7 Mon Sep 17 00:00:00 2001 From: 13404089107 <puwei@sinata.cn> Date: 星期五, 27 六月 2025 16:48:00 +0800 Subject: [PATCH] fix --- culture/src/views/strainReportLibrary/reportLibraryOneFour/components/evaluate/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/culture/src/views/strainReportLibrary/reportLibraryOneFour/components/evaluate/index.vue b/culture/src/views/strainReportLibrary/reportLibraryOneFour/components/evaluate/index.vue index fd1cd80..c5034e1 100644 --- a/culture/src/views/strainReportLibrary/reportLibraryOneFour/components/evaluate/index.vue +++ b/culture/src/views/strainReportLibrary/reportLibraryOneFour/components/evaluate/index.vue @@ -195,7 +195,7 @@ }, computed: { currentAssessmentTable() { - return this.type == 1 || this.type == '1' ? this.assessmentTable2 : this.assessmentTable1; + return this.type == 2 || this.type == '2' ? this.assessmentTable1 : this.assessmentTable2; }, fullScore() { return this.type == 2 || this.type == '2' -- Gitblit v1.7.1