-
- {{ 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) => {