From 86b9ba16f2d6949c69414c011bd56da3a569f85a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E8=BF=9B1?= <963286636@qq.com> Date: Wed, 22 Feb 2023 00:53:12 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/CheckStu.vue | 6 +- src/components/drawers/SeeStu.vue | 399 ++++++++++++++-------------- 2 files changed, 207 insertions(+), 198 deletions(-) diff --git a/src/components/drawers/CheckStu.vue b/src/components/drawers/CheckStu.vue index 7c8f4a5b..e0134078 100644 --- a/src/components/drawers/CheckStu.vue +++ b/src/components/drawers/CheckStu.vue @@ -22,8 +22,8 @@
-
{{pro.routerInfo.userName}}
-
{{pro.routerInfo.deptName?pro.routerInfo.deptName:"" + '-' + pro.routerInfo.jobName?pro.routerInfo.jobName:""}}
+
{{pro.routerInfo.name}}
+
{{pro.routerInfo.organizationName?pro.routerInfo.organizationName:"" + '-' + pro.routerInfo.jobName?pro.routerInfo.jobName:""}}
进度排名
@@ -57,7 +57,7 @@
已修证书
- {{pro.certCnt?pro.certCnt:0}} + {{pro.routerInfo.certCnt?pro.routerInfo.certCnt:0}}
diff --git a/src/components/drawers/SeeStu.vue b/src/components/drawers/SeeStu.vue index 82017f3b..89221cfd 100644 --- a/src/components/drawers/SeeStu.vue +++ b/src/components/drawers/SeeStu.vue @@ -1,22 +1,14 @@