From c2a3789e234f68f31ec22754d5bff0881e74bfe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Fri, 18 Apr 2025 12:56:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0AI=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/page/articleReviewer.vue | 2 + src/components/page/articleReviewerAIAdd.vue | 164 +++++++++++++++++++ src/components/page/articleReviewerAdd.vue | 144 +++++++++------- src/router/index.js | 1 + 4 files changed, 251 insertions(+), 60 deletions(-) create mode 100644 src/components/page/articleReviewerAIAdd.vue diff --git a/src/components/page/articleReviewer.vue b/src/components/page/articleReviewer.vue index bf9ec0b..bfed17d 100644 --- a/src/components/page/articleReviewer.vue +++ b/src/components/page/articleReviewer.vue @@ -8,6 +8,7 @@
+ Realname: {{ scope.row.realname }} +
+Account: {{ scope.row.account }}
+Email: {{ scope.row.email }}
+ +Affiliation: {{ scope.row.company }}
+Field: {{ scope.row.field }}
+ + +
+
+
+
+
+ - Realname: {{ scope.row.realname }} -
-Account: {{ scope.row.account }}
-Email: {{ scope.row.email }}
- -Affiliation: {{ scope.row.company }}
-Field: {{ scope.row.field }}
-Major: {{ scope.row.majorstr }}
- -+ Realname: {{ scope.row.realname }} +
+Account: {{ scope.row.account }}
+Email: {{ scope.row.email }}
+ +Affiliation: {{ scope.row.company }}
+Field: {{ scope.row.field }}
+Major: {{ scope.row.majorstr }}
+ +