From 70db0d92585f8ca1bca76f63ea33f1fc155285b2 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Tue, 12 Aug 2025 09:47:45 +0800
Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E5=8E=86=E9=83=A8=E5=88=86=E4=BF=A1?=
=?UTF-8?q?=E6=81=AF=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../curriculumVitae/components/info/info.vue | 6 +++++-
src/views/reviewers/curriculumVitae/preview.vue | 13 +++++++++++--
2 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/src/views/reviewers/curriculumVitae/components/info/info.vue b/src/views/reviewers/curriculumVitae/components/info/info.vue
index 3d32ca6c..2515d73a 100644
--- a/src/views/reviewers/curriculumVitae/components/info/info.vue
+++ b/src/views/reviewers/curriculumVitae/components/info/info.vue
@@ -38,7 +38,11 @@
{{ DATA.DepartmentOther }}
{{ DATA.DepartmentOtherCN }}
-
+
+ {{ DATA.RankOther }}
+ {{ DATA.RankOtherCN }}
+
+
{{ DATA.Rank }}
{{ DATA.RankCN }}
diff --git a/src/views/reviewers/curriculumVitae/preview.vue b/src/views/reviewers/curriculumVitae/preview.vue
index 999cbbc4..ad580895 100644
--- a/src/views/reviewers/curriculumVitae/preview.vue
+++ b/src/views/reviewers/curriculumVitae/preview.vue
@@ -72,7 +72,11 @@
reviewerData.EmploymentView.DepartmentOtherCN
}}
-
+ {{ reviewerData.EmploymentView.RankOther }}
+ {{ reviewerData.EmploymentView.RankOtherCN }}
+
+ {{ reviewerData.EmploymentView.Rank }}
{{ reviewerData.EmploymentView.RankCN }}
@@ -417,7 +421,12 @@
v-if="true"
>
- {{ $fd('Indication', scope.row.IndicationEnum) }}
+
+ {{ scope.row.EvaluationContent }}
+
+
+ {{ $fd('Indication', scope.row.IndicationEnum) }}
+