From fea0e6ff64543e424f4a8a6a870e96e164110a5d Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Mon, 10 Jul 2023 17:16:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E6=8D=A2=E6=88=90=E4=BA=A7?= =?UTF-8?q?=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/match/add/set.vue | 30 +- src/pages/match/add/step3.vue | 504 ++++++++++++++++++------------- src/pages/product/show/index.vue | 20 +- src/pages/project/list/index.vue | 19 -- 4 files changed, 324 insertions(+), 249 deletions(-) diff --git a/src/pages/match/add/set.vue b/src/pages/match/add/set.vue index d99ff5c..710566e 100644 --- a/src/pages/match/add/set.vue +++ b/src/pages/match/add/set.vue @@ -41,10 +41,9 @@ + :key="item.cid" + :label="item.curriculumName" + :value="item.cid"> @@ -101,10 +100,10 @@ label="创建时间" align="center"> + + -->
@@ -234,10 +237,11 @@ export default { }; }, computed: { - // 是否没关联产品,并且设置了链接 + // 是否没关联产品或者产品类型是数据前瞻,并且设置了链接 withLink () { const links = this.form.mallNonAssociatedLinks - return this.form.mall.isAssociatedProduct && links && links.length + const id = this.form.classificationIds + return (this.form.mall.isAssociatedProduct || (id && id[0] == 5)) && links && links.length }, // 课程 isCourse () { @@ -258,6 +262,12 @@ export default { return isCourse } return false + }, + // 职站增值应用 + isValueModule () { + let id = this.form.classificationIds + if (id) return id[0] == 3 + return false } }, mounted () { @@ -313,7 +323,7 @@ export default { }, // 跳转试用体验 toTrail () { - window.open('https://f.wps.cn/g/VekixBcm/') + window.open('https://f.wps.cn/g/0sJLI4NA/') }, // 跳转实验台 toStation () { @@ -325,6 +335,10 @@ export default { this.linkVisible = true } }, + // 进入系统 + toSystem () { + this.$router.push(`/match`) + }, // 热门产品 getHot () { this.$post(this.api.listOfGoods, { diff --git a/src/pages/project/list/index.vue b/src/pages/project/list/index.vue index 0edbe71..8cdd35f 100644 --- a/src/pages/project/list/index.vue +++ b/src/pages/project/list/index.vue @@ -52,26 +52,7 @@ popper-class="course-cas" @expand-change="curChange" @change="curChange"> - -