Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
ca08df2d
提交
ca08df2d
authored
10月 23, 2023
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: update
上级
e5d9240a
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
33 行增加
和
30 行删除
+33
-30
schoolIntroduce.vue
components/home/schoolIntroduce.vue
+2
-1
home.vue
modules/my/account/home.vue
+1
-1
complete.vue
modules/my/application/complete.vue
+6
-10
index.js
modules/my/interview/form/index.js
+11
-6
byzs.js
modules/my/review/form/byzs.js
+8
-8
index.js
modules/my/review/form/index.js
+3
-3
index.vue
modules/my/review/index.vue
+2
-1
没有找到文件。
components/home/schoolIntroduce.vue
浏览文件 @
ca08df2d
...
@@ -5,7 +5,8 @@
...
@@ -5,7 +5,8 @@
<div
style=
"overflow: hidden;"
>
<div
style=
"overflow: hidden;"
>
<img
src=
"https://webapp-pub.ezijing.com/project/depaul-plus/school_desc_2.png"
class=
"desc-img"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/depaul-plus/school_desc_2.png"
class=
"desc-img"
/>
<p>
<p>
北京理工大学(Beijinglnstitute of Technology) 是中华人民共和国工业和信息化部直属的一所以理工科为主千,工、理、管、文协调发展的全国重点大学,是国家”985 工程”211
北京理工大学(Beijing Institute of Technology)
是中华人民共和国工业和信息化部直属的一所以理工科为主千,工、理、管、文协调发展的全国重点大学,是国家”985 工程”211
工程”首批重点建设高校,隶属于中华人民共和国工业和信息化部。入选高等学校学科创新引智计划、高等学校创新能力提升计划、卓越工程师教育培养计划、国家建设高水平大学公派研究生项目、国家大学生创新性实验计划、国家级大学生创新创业训练计划、新工科研究与实践项目、中国政府奖学金来华留学生接收院校、高等学校科技成果转化和技术转移基地,是工业和信息化部高校联盟、全国高等军工院校课程思政联盟、中国人工智能教育联席会、卓越联盟高校、延河高校人才培养联盟成员。
工程”首批重点建设高校,隶属于中华人民共和国工业和信息化部。入选高等学校学科创新引智计划、高等学校创新能力提升计划、卓越工程师教育培养计划、国家建设高水平大学公派研究生项目、国家大学生创新性实验计划、国家级大学生创新创业训练计划、新工科研究与实践项目、中国政府奖学金来华留学生接收院校、高等学校科技成果转化和技术转移基地,是工业和信息化部高校联盟、全国高等军工院校课程思政联盟、中国人工智能教育联席会、卓越联盟高校、延河高校人才培养联盟成员。
</p>
</p>
</div>
</div>
...
...
modules/my/account/home.vue
浏览文件 @
ca08df2d
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
<div
class=
"welcome-content"
>
<div
class=
"welcome-content"
>
<h1>
欢迎您报考北理工-德保罗大学金融学硕士保研项目
</h1>
<h1>
欢迎您报考北理工-德保罗大学金融学硕士保研项目
</h1>
<h2>
请选择您的入学日期
</h2>
<h2>
请选择您的入学日期
</h2>
<
div
class=
"welcome-button"
@
click=
"handleStart('2023年秋季保研班')"
>
2023年秋季保研班
</div
>
<
!-- <div class="welcome-button" @click="handleStart('2023年秋季保研班')">2023年秋季保研班</div> --
>
<div
class=
"welcome-button"
@
click=
"handleStart('2024年春季保研班')"
>
2024年春季保研班
</div>
<div
class=
"welcome-button"
@
click=
"handleStart('2024年春季保研班')"
>
2024年春季保研班
</div>
<!-- <div class="welcome-button" @click="handleStart">马上开始</div> -->
<!-- <div class="welcome-button" @click="handleStart">马上开始</div> -->
</div>
</div>
...
...
modules/my/application/complete.vue
浏览文件 @
ca08df2d
...
@@ -10,11 +10,7 @@
...
@@ -10,11 +10,7 @@
>
>
<div>
<div>
<ul
v-if=
"detail"
>
<ul
v-if=
"detail"
>
<li
<li
v-for=
"(item, index) in currentOptions"
:class=
"progress(item.code) ? 'is-success' : 'is-error'"
:key=
"index"
>
v-for=
"(item, index) in currentOptions"
:class=
"progress(item.code) ? 'is-success' : 'is-error'"
:key=
"index"
>
<span
class=
"name"
>
{{
item
.
title
}}
</span>
<span
class=
"name"
>
{{
item
.
title
}}
</span>
<span
class=
"line"
></span>
<span
class=
"line"
></span>
<span
class=
"status"
>
{{
progress
(
item
.
code
)
?
'已完成'
:
'未完成'
}}
</span>
<span
class=
"status"
>
{{
progress
(
item
.
code
)
?
'已完成'
:
'未完成'
}}
</span>
...
@@ -94,12 +90,12 @@ export default {
...
@@ -94,12 +90,12 @@ export default {
'REGISTRATION.attachments.missed_required_list.PROOF_READING'
'REGISTRATION.attachments.missed_required_list.PROOF_READING'
],
],
view
:
{
to
:
{
path
:
'/my/review'
,
query
:
{
active
:
'admission_byzs'
}
}
}
view
:
{
to
:
{
path
:
'/my/review'
,
query
:
{
active
:
'admission_byzs'
}
}
}
},
{
title
:
'申请表格'
,
code
:
'INTERVIEW_APPLICATION.attachments.missed_required_list.APPLICATION_FORM'
,
view
:
{
to
:
{
path
:
'/my/review'
,
query
:
{
active
:
'admission_form'
}
}
}
}
}
// {
// title: '申请表格',
// code: 'INTERVIEW_APPLICATION.attachments.missed_required_list.APPLICATION_FORM',
// view: { to: { path: '/my/review', query: { active: 'admission_form' } } }
// }
],
],
[
[
{
{
...
...
modules/my/interview/form/index.js
浏览文件 @
ca08df2d
...
@@ -3,16 +3,21 @@ import yynl from './yynl'
...
@@ -3,16 +3,21 @@ import yynl from './yynl'
// import xwzs from './xwzs'
// import xwzs from './xwzs'
import
ywjl
from
'./ywjl'
import
ywjl
from
'./ywjl'
// import zp from './zp'
// import zp from './zp'
import
ywcjd
from
'./ywcjd'
//
import ywcjd from './ywcjd'
import
tjx
from
'./tjx'
//
import tjx from './tjx'
import
grcs
from
'./grcs'
//
import grcs from './grcs'
import
byzs
from
'./byzs'
//
import byzs from './byzs'
import
form
from
'./form'
//
import form from './form'
export
default
function
(
_this
)
{
export
default
function
(
_this
)
{
return
{
return
{
id
:
'interview'
,
id
:
'interview'
,
title
:
'申请面试'
,
title
:
'申请面试'
,
children
:
[
ywjl
(
_this
),
cjd
(
_this
),
yynl
(
_this
),
ywcjd
(
_this
),
tjx
(
_this
),
grcs
(
_this
),
byzs
(
_this
),
form
(
_this
)]
children
:
[
ywjl
(
_this
),
cjd
(
_this
),
yynl
(
_this
)
// ywcjd(_this), tjx(_this), grcs(_this), byzs(_this), form(_this)
]
}
}
}
}
modules/my/review/form/byzs.js
浏览文件 @
ca08df2d
...
@@ -39,19 +39,19 @@ export default function(_this) {
...
@@ -39,19 +39,19 @@ export default function(_this) {
return
result
return
result
},
{})
},
{})
return
{
basic_info
:
basicInfo
}
return
{
basic_info
:
basicInfo
}
},
callback
()
{
_this
.
changeSubmissionStage
(()
=>
{
this
.
form
.
options
.
disabled
=
true
// _this.$router.push('/my/admission')
})
}
}
// callback() {
// _this.changeSubmissionStage(() => {
// this.form.options.disabled = true
// // _this.$router.push('/my/admission')
// })
// }
},
},
form
:
{
form
:
{
prev
:
{
to
:
{
query
:
{
active
:
'admission_grcs'
}
},
isSubmit
:
true
},
prev
:
{
to
:
{
query
:
{
active
:
'admission_grcs'
}
},
isSubmit
:
true
},
next
:
{
to
:
{
query
:
{
active
:
'admission_form'
}
},
isSubmit
:
true
},
//
next: { to: { query: { active: 'admission_form' } }, isSubmit: true },
submitText
:
'提交申请'
,
submitText
:
'提交申请'
,
hasButton
:
fals
e
,
hasButton
:
tru
e
,
options
:
{
'label-position'
:
'top'
},
options
:
{
'label-position'
:
'top'
},
items
:
[
items
:
[
{
{
...
...
modules/my/review/form/index.js
浏览文件 @
ca08df2d
...
@@ -6,7 +6,7 @@ import byzs from './byzs'
...
@@ -6,7 +6,7 @@ import byzs from './byzs'
import
tjx
from
'./tjx'
import
tjx
from
'./tjx'
import
grcs
from
'./grcs'
import
grcs
from
'./grcs'
// import yynl from './yynl'
// import yynl from './yynl'
import
form
from
'./form'
//
import form from './form'
export
default
function
(
_this
)
{
export
default
function
(
_this
)
{
return
{
return
{
...
@@ -17,8 +17,8 @@ export default function(_this) {
...
@@ -17,8 +17,8 @@ export default function(_this) {
cjd
(
_this
),
cjd
(
_this
),
tjx
(
_this
),
tjx
(
_this
),
grcs
(
_this
),
grcs
(
_this
),
byzs
(
_this
)
,
byzs
(
_this
)
form
(
_this
)
//
form(_this)
]
]
}
}
}
}
modules/my/review/index.vue
浏览文件 @
ca08df2d
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
</div>
</div>
<
template
#
footer
>
<
template
#
footer
>
<!--
<el-button
type=
"primary"
@
click=
"toPay"
>
立即缴费
</el-button>
-->
<!--
<el-button
type=
"primary"
@
click=
"toPay"
>
立即缴费
</el-button>
-->
<el-button
type=
"primary"
@
click=
"dialogVisible = false"
>
忽略
</el-button>
<el-button
type=
"primary"
@
click=
"dialogVisible = false"
>
确定
</el-button>
</
template
>
</
template
>
</el-dialog>
</el-dialog>
<app-complete
:type=
"2"
v-model=
"completeVisible"
></app-complete>
<app-complete
:type=
"2"
v-model=
"completeVisible"
></app-complete>
...
@@ -108,6 +108,7 @@ export default {
...
@@ -108,6 +108,7 @@ export default {
api
api
.
changeSubmissionStage
({
submission_stage
:
'REGISTRATION'
})
.
changeSubmissionStage
({
submission_stage
:
'REGISTRATION'
})
.
then
(()
=>
{
.
then
(()
=>
{
this
.
dialogVisible
=
true
this
.
getApplication
()
this
.
getApplication
()
callback
&&
callback
()
callback
&&
callback
()
})
})
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论