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) }}
+