From f914ea4bfb7fffc30f1a79d5fd564bad217a1e9a Mon Sep 17 00:00:00 2001 From: lpq Date: Tue, 21 Feb 2023 23:58:22 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E5=B0=8F=E7=BB=84=E4=BA=BA=E6=95=B0?= =?UTF-8?q?=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/MemberList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/drawers/MemberList.vue b/src/components/drawers/MemberList.vue index aaa8afd6..b34611c5 100644 --- a/src/components/drawers/MemberList.vue +++ b/src/components/drawers/MemberList.vue @@ -8,7 +8,7 @@ >
-
组员名单
+
组员名单1
Date: Wed, 22 Feb 2023 00:53:12 +0800 Subject: [PATCH 2/5] =?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 @@