From 5e324392c2ea2ebd72fd2e184e5ba075e9f5814b Mon Sep 17 00:00:00 2001 From: zhangsir Date: Mon, 29 Jan 2024 16:52:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E7=BB=B4=E7=A0=81=E7=A7=AF=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TwoDimensionalCode.vue | 8 +- src/components/common/QrCode.vue | 11 +- .../drawers/router/RouterFaceStu.vue | 30 ++-- src/views/projectcenter/ProjectAdd.vue | 19 +++ src/views/projectcenter/TaskPage.vue | 154 +++++++++++++----- 5 files changed, 164 insertions(+), 58 deletions(-) diff --git a/src/components/TwoDimensionalCode.vue b/src/components/TwoDimensionalCode.vue index 4000fa25..ff9e2ef3 100644 --- a/src/components/TwoDimensionalCode.vue +++ b/src/components/TwoDimensionalCode.vue @@ -21,8 +21,11 @@
-
- {{ codeInfo.name ? codeInfo.name : "" }} +
+ 开课:{{ codeInfo.name ? codeInfo.name : "" }} +
+
+ 讲师:{{ codeInfo.teacherName ? codeInfo.teacherName : "" }}
-
{{ name }}
+
+
项目:{{ courseName }}
+
课程:{{ name }}
+
讲师:{{ createName }}
+
@@ -65,6 +69,8 @@ const props = defineProps({ default: 800 }, name: String, + createName: String, + courseName: String, title: { type: String, default: "二维码" @@ -168,9 +174,10 @@ function copyUrl() { font-weight: 400; color: #333333; line-height: 25px; - margin-bottom: 20px; + margin-bottom: 5px; margin-left: 20px; margin-right: 20px; + text-align: left; } } diff --git a/src/components/drawers/router/RouterFaceStu.vue b/src/components/drawers/router/RouterFaceStu.vue index 8ad784fa..cfc8c996 100644 --- a/src/components/drawers/router/RouterFaceStu.vue +++ b/src/components/drawers/router/RouterFaceStu.vue @@ -115,14 +115,14 @@ :infoType="type" @finash="submitCall" > - + 添加学员 -
+
导入学员
@@ -456,14 +456,14 @@ const change = (e) => {