From f9efe47a65e52fb1890ca63e95f39e28c79f9778 Mon Sep 17 00:00:00 2001
From: eryang <14686485+eryang@user.noreply.gitee.com>
Date: Mon, 15 Jul 2024 23:54:53 +0800
Subject: [PATCH 1/7] =?UTF-8?q?feature:=E6=8B=9B=E7=94=9F=E6=94=BF?=
=?UTF-8?q?=E7=AD=96=20router?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/router/index.js | 4 +
src/views/gateway/components/header/index.vue | 20 ++
.../policy/component/admissionGuide.vue | 179 +++++++++++++++++
.../policy/component/admissionPolicy.vue | 182 ++++++++++++++++++
src/views/gateway/policy/index.vue | 151 +++++++++++++++
5 files changed, 536 insertions(+)
create mode 100644 src/views/gateway/policy/component/admissionGuide.vue
create mode 100644 src/views/gateway/policy/component/admissionPolicy.vue
create mode 100644 src/views/gateway/policy/index.vue
diff --git a/src/router/index.js b/src/router/index.js
index e8d9e3c..0ccb19c 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -47,6 +47,10 @@ export const constantRoutes = [
path: '/gateway/xiaofang',
component: (resolve) => require(['@/views/gateway/xiaofang/index'], resolve),
name: '消防管理',
+ }, {
+ path: '/gateway/policy',
+ component: (resolve) => require(['@/views/gateway/policy/index'], resolve),
+ name: '招生政策',
}]
},
{
diff --git a/src/views/gateway/components/header/index.vue b/src/views/gateway/components/header/index.vue
index 3c11de9..e8871b3 100644
--- a/src/views/gateway/components/header/index.vue
+++ b/src/views/gateway/components/header/index.vue
@@ -102,6 +102,26 @@
path: ''
}]
},
+ {
+ name: '招生政策',
+ path: '/gateway/policy',
+ children: [{
+ name: '招生政策',
+ path: '/gateway/policy'
+ },
+ {
+ name: '招生简章',
+ path: '/gateway/policy'
+ },
+ {
+ name: '招生计划',
+ path: '/gateway/policy'
+ },
+ {
+ name: '招生新闻',
+ path: '/gateway/policy'
+ }]
+ },
{
name: '职业技能',
path: '',
diff --git a/src/views/gateway/policy/component/admissionGuide.vue b/src/views/gateway/policy/component/admissionGuide.vue
new file mode 100644
index 0000000..651c5c3
--- /dev/null
+++ b/src/views/gateway/policy/component/admissionGuide.vue
@@ -0,0 +1,179 @@
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
+
+
+
+
+
+
+ 伴随着对2022年的期盼,我们即将迈进新的一年,此时的我们心潮激荡,笑意飞扬,温馨的祝福飘逸在校园上空。
+ 随着行业扩展能力的加快,需要大量技能型、应用型的综合性人才。本项目坚持立足市场需求,努力构建校企合作办学平台。项目合作单位与国内外各大航空公司、外航服务公司、机场密切合作,开设航空服务管理、航空预科、国际空乘等现代化......
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/gateway/policy/component/admissionPolicy.vue b/src/views/gateway/policy/component/admissionPolicy.vue
new file mode 100644
index 0000000..4215ab8
--- /dev/null
+++ b/src/views/gateway/policy/component/admissionPolicy.vue
@@ -0,0 +1,182 @@
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
+
+
+
+
+
+
+ 伴随着对2022年的期盼,我们即将迈进新的一年,此时的我们心潮激荡,笑意飞扬,温馨的祝福飘逸在校园上空。
+ 随着行业扩展能力的加快,需要大量技能型、应用型的综合性人才。本项目坚持立足市场需求,努力构建校企合作办学平台。项目合作单位与国内外各大航空公司、外航服务公司、机场密切合作,开设航空服务管理、航空预科、国际空乘等现代化......
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/gateway/policy/index.vue b/src/views/gateway/policy/index.vue
new file mode 100644
index 0000000..24c991b
--- /dev/null
+++ b/src/views/gateway/policy/index.vue
@@ -0,0 +1,151 @@
+
+
+
+
+
招生政策
+
专业的学校,探寻职业新路径
+
+
+
+
+
+
+
+
+
+
+
--
Gitee
From ad5bcc4286efe67ebd94f6a7c6d335abcb23dfbd Mon Sep 17 00:00:00 2001
From: eryang <14686485+eryang@user.noreply.gitee.com>
Date: Sun, 28 Jul 2024 14:01:55 +0800
Subject: [PATCH 2/7] =?UTF-8?q?feat:=20=E6=8B=9B=E7=94=9F=E6=94=BF?=
=?UTF-8?q?=E7=AD=96=E6=A8=A1=E5=9D=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../image/gateway/zhaosheng/contactPhone.svg | 1 +
.../image/gateway/zhaosheng/contactWx.svg | 1 +
.../policy/component/admissionGuide.vue | 10 +-
.../policy/component/admissionNews.vue | 183 +++++++++
.../policy/component/admissionPlan.vue | 183 +++++++++
.../policy/component/admissionPolicy.vue | 8 +-
.../policy/component/admissionProcess.vue | 182 +++++++++
.../gateway/policy/component/applyDetail.vue | 373 ++++++++++++++++++
.../gateway/policy/component/contact.vue | 98 +++++
src/views/gateway/policy/component/detail.vue | 207 ++++++++++
src/views/gateway/policy/index.vue | 37 +-
11 files changed, 1273 insertions(+), 10 deletions(-)
create mode 100644 src/assets/image/gateway/zhaosheng/contactPhone.svg
create mode 100644 src/assets/image/gateway/zhaosheng/contactWx.svg
create mode 100644 src/views/gateway/policy/component/admissionNews.vue
create mode 100644 src/views/gateway/policy/component/admissionPlan.vue
create mode 100644 src/views/gateway/policy/component/admissionProcess.vue
create mode 100644 src/views/gateway/policy/component/applyDetail.vue
create mode 100644 src/views/gateway/policy/component/contact.vue
create mode 100644 src/views/gateway/policy/component/detail.vue
diff --git a/src/assets/image/gateway/zhaosheng/contactPhone.svg b/src/assets/image/gateway/zhaosheng/contactPhone.svg
new file mode 100644
index 0000000..58527aa
--- /dev/null
+++ b/src/assets/image/gateway/zhaosheng/contactPhone.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/assets/image/gateway/zhaosheng/contactWx.svg b/src/assets/image/gateway/zhaosheng/contactWx.svg
new file mode 100644
index 0000000..8861841
--- /dev/null
+++ b/src/assets/image/gateway/zhaosheng/contactWx.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/views/gateway/policy/component/admissionGuide.vue b/src/views/gateway/policy/component/admissionGuide.vue
index 651c5c3..0dd8e5e 100644
--- a/src/views/gateway/policy/component/admissionGuide.vue
+++ b/src/views/gateway/policy/component/admissionGuide.vue
@@ -12,7 +12,7 @@
-
+
招生简章
- 查看详情
@@ -56,7 +56,11 @@ export default {
},
components: {},
computed: {},
- methods: {},
+ methods: {
+ showDetail(detailId) {
+ this.$emit("showDetail", detailId, "admissionGuide");
+ },
+ },
};
diff --git a/src/views/gateway/policy/component/admissionNews.vue b/src/views/gateway/policy/component/admissionNews.vue
new file mode 100644
index 0000000..77a66e0
--- /dev/null
+++ b/src/views/gateway/policy/component/admissionNews.vue
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
+
+
+
+
+
+
+ 伴随着对2022年的期盼,我们即将迈进新的一年,此时的我们心潮激荡,笑意飞扬,温馨的祝福飘逸在校园上空。
+ 随着行业扩展能力的加快,需要大量技能型、应用型的综合性人才。本项目坚持立足市场需求,努力构建校企合作办学平台。项目合作单位与国内外各大航空公司、外航服务公司、机场密切合作,开设航空服务管理、航空预科、国际空乘等现代化......
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/gateway/policy/component/admissionPlan.vue b/src/views/gateway/policy/component/admissionPlan.vue
new file mode 100644
index 0000000..9806981
--- /dev/null
+++ b/src/views/gateway/policy/component/admissionPlan.vue
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
+
+
+
+
+
+
+ 伴随着对2022年的期盼,我们即将迈进新的一年,此时的我们心潮激荡,笑意飞扬,温馨的祝福飘逸在校园上空。
+ 随着行业扩展能力的加快,需要大量技能型、应用型的综合性人才。本项目坚持立足市场需求,努力构建校企合作办学平台。项目合作单位与国内外各大航空公司、外航服务公司、机场密切合作,开设航空服务管理、航空预科、国际空乘等现代化......
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/gateway/policy/component/admissionPolicy.vue b/src/views/gateway/policy/component/admissionPolicy.vue
index 4215ab8..4de16d8 100644
--- a/src/views/gateway/policy/component/admissionPolicy.vue
+++ b/src/views/gateway/policy/component/admissionPolicy.vue
@@ -12,7 +12,7 @@
-
+
招生政策
- 查看详情
@@ -56,8 +56,8 @@ export default {
components: {},
computed: {},
methods: {
- toChangeStatus() {
- this.$emit("changeStatus");
+ showDetail(detailId) {
+ this.$emit("showDetail", detailId, "admissionPolicy");
},
},
};
diff --git a/src/views/gateway/policy/component/admissionProcess.vue b/src/views/gateway/policy/component/admissionProcess.vue
new file mode 100644
index 0000000..14c2056
--- /dev/null
+++ b/src/views/gateway/policy/component/admissionProcess.vue
@@ -0,0 +1,182 @@
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
+
+
+
+
+
+
+ 伴随着对2022年的期盼,我们即将迈进新的一年,此时的我们心潮激荡,笑意飞扬,温馨的祝福飘逸在校园上空。
+ 随着行业扩展能力的加快,需要大量技能型、应用型的综合性人才。本项目坚持立足市场需求,努力构建校企合作办学平台。项目合作单位与国内外各大航空公司、外航服务公司、机场密切合作,开设航空服务管理、航空预科、国际空乘等现代化......
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/gateway/policy/component/applyDetail.vue b/src/views/gateway/policy/component/applyDetail.vue
new file mode 100644
index 0000000..24c5795
--- /dev/null
+++ b/src/views/gateway/policy/component/applyDetail.vue
@@ -0,0 +1,373 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dict.dictLabel }}
+
+
+
+
+
+
+
+ {{ dict.dictLabel }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/gateway/policy/component/contact.vue b/src/views/gateway/policy/component/contact.vue
new file mode 100644
index 0000000..d3cc6bf
--- /dev/null
+++ b/src/views/gateway/policy/component/contact.vue
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/gateway/policy/component/detail.vue b/src/views/gateway/policy/component/detail.vue
new file mode 100644
index 0000000..0aeabd2
--- /dev/null
+++ b/src/views/gateway/policy/component/detail.vue
@@ -0,0 +1,207 @@
+
+
+
+
+ 当前位置: 首页 > 招生政策>
+ {{ typeName }}
+
+
+
{{ typeName + detailId }}
+
发布日期:2022-04-25
+
+
+
+
+
+ 1、要求:专业成绩良好,形象气质佳,综合素质高,具备较强的成就动机、沟通能力、抗压能力和资源协调能力,热爱销售工作,过往有学生干部经验者优先;
+ 2、本科及以上学历,专业不限。
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/gateway/policy/index.vue b/src/views/gateway/policy/index.vue
index 24c991b..b7f1b53 100644
--- a/src/views/gateway/policy/index.vue
+++ b/src/views/gateway/policy/index.vue
@@ -28,42 +28,60 @@
-
+
+
+
--
Gitee
From 1c2742b05629a612de09103e87404b2406ea7bc8 Mon Sep 17 00:00:00 2001
From: wxc <1009371919@qq.com>
Date: Sun, 11 Aug 2024 20:42:39 +0800
Subject: [PATCH 3/7] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package.json | 2 +
src/views/gateway/components/header/index.vue | 433 +++++++++---------
.../policy/component/admissionGuide.vue | 183 --------
.../policy/component/admissionNews.vue | 183 --------
.../policy/component/admissionPlan.vue | 183 --------
.../policy/component/admissionPolicy.vue | 182 --------
.../policy/component/admissionProcess.vue | 182 --------
.../gateway/policy/component/applyDetail.vue | 373 ---------------
src/views/gateway/policy/component/detail.vue | 207 ---------
.../gateway/policy/components/school.vue | 54 +++
src/views/gateway/policy/index.vue | 221 ++++-----
11 files changed, 359 insertions(+), 1844 deletions(-)
delete mode 100644 src/views/gateway/policy/component/admissionGuide.vue
delete mode 100644 src/views/gateway/policy/component/admissionNews.vue
delete mode 100644 src/views/gateway/policy/component/admissionPlan.vue
delete mode 100644 src/views/gateway/policy/component/admissionPolicy.vue
delete mode 100644 src/views/gateway/policy/component/admissionProcess.vue
delete mode 100644 src/views/gateway/policy/component/applyDetail.vue
delete mode 100644 src/views/gateway/policy/component/detail.vue
create mode 100644 src/views/gateway/policy/components/school.vue
diff --git a/package.json b/package.json
index ce3411e..3f24f65 100644
--- a/package.json
+++ b/package.json
@@ -52,7 +52,9 @@
"quill": "1.3.7",
"screenfull": "5.0.2",
"sortablejs": "1.10.2",
+ "swiper": "3.1.0",
"vue": "2.6.12",
+ "vue-awesome-swiper": "^5.0.1",
"vue-count-to": "1.0.13",
"vue-cropper": "0.5.5",
"vue-qr": "^2.3.0",
diff --git a/src/views/gateway/components/header/index.vue b/src/views/gateway/components/header/index.vue
index e8871b3..692dd40 100644
--- a/src/views/gateway/components/header/index.vue
+++ b/src/views/gateway/components/header/index.vue
@@ -1,259 +1,252 @@