From 8f96d4f06a184eedaac6b6df816aa6308e86c135 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Mon, 28 Jul 2025 11:36:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E5=90=8D=E8=A1=A8=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/course/components/addCourse.vue | 5 ++++- src/views/course/components/applyForm.vue | 15 ++++++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/src/views/course/components/addCourse.vue b/src/views/course/components/addCourse.vue index 3a4efec..8b511d9 100644 --- a/src/views/course/components/addCourse.vue +++ b/src/views/course/components/addCourse.vue @@ -613,7 +613,10 @@ }, // 打开自定义表单 editForm(type, id) { - // this.$refs.applyForm.formList = deepCopy(this.formList) + // this.$refs.applyForm.formList = deepCopy(this.formList) + if(type==='add'){ + this.$refs.applyForm.showStartTips = true + } this.$refs.applyForm.course_id = this.id this.$refs.applyForm.course_signs_count = this.course_signs_count this.$refs.applyForm.dialogVisible = true diff --git a/src/views/course/components/applyForm.vue b/src/views/course/components/applyForm.vue index 86b8dae..5d53b3a 100644 --- a/src/views/course/components/applyForm.vue +++ b/src/views/course/components/applyForm.vue @@ -89,6 +89,18 @@ 取 消 确 定 + + + +
+

1、字段标识字段最好由英文字符组成,避免中文文本

+

2、字段名称字段标识字段不要重复,保持唯一性

+

3、若想在课程报名管理中,更新或显示学员字段,可选择右上角“更新学员字段”,来创建相应表单内容

+

4、学员字段包含:姓名、性别、出生年月、联系方式、身份证号、最高学历、个人简介、公司成立时间、职务、是否有股份、个人荣誉、企业资质、是否需要融资、融资情况、公司所属区域、所属领域、公司地址、公司主营业务、最高学历毕业院校、最高学历专业、海外经验、报名渠道、邮箱、销售额/亿、估值、市值、是否为元和投资企业

+
+ + 确 定 +
@@ -130,7 +142,8 @@ page_size: 999, sort_name: 'sort', sort_type: 'ASC' - }, + }, + showStartTips:false, dialogVisible: false, showTips: false, hasCourseId: '',