From 3a828975cbc2b2813dc88b79e208a18bae9657f3 Mon Sep 17 00:00:00 2001
From: 13404089107 <puwei@sinata.cn>
Date: 星期五, 27 六月 2025 16:44:26 +0800
Subject: [PATCH] fix

---
 culture/src/views/strainReportLibrary/reportLibraryOneTWO/components/evaluate/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/culture/src/views/strainReportLibrary/reportLibraryOneTWO/components/evaluate/index.vue b/culture/src/views/strainReportLibrary/reportLibraryOneTWO/components/evaluate/index.vue
index 7f9b84f..d664d6c 100644
--- a/culture/src/views/strainReportLibrary/reportLibraryOneTWO/components/evaluate/index.vue
+++ b/culture/src/views/strainReportLibrary/reportLibraryOneTWO/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.assessmentTable2 : this.assessmentTable1;
         },
         fullScore() {
             return this.type == 1 || this.type == '1'

--
Gitblit v1.7.1