Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
906bd6cd
提交
906bd6cd
authored
10月 16, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Auto stash before rebase of "refs/heads/sbu-plus"
上级
ec96fe90
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
16 行增加
和
13 行删除
+16
-13
education.js
modules/my/application/form/info/education.js
+2
-9
cjd.js
modules/my/interview/form/cjd.js
+12
-2
yynl.js
modules/my/interview/form/yynl.js
+2
-2
没有找到文件。
modules/my/application/form/info/education.js
浏览文件 @
906bd6cd
...
@@ -28,7 +28,8 @@ export default function(_this) {
...
@@ -28,7 +28,8 @@ export default function(_this) {
return
result
return
result
},
{})
},
{})
})
})
return
{
educations
}
const
base_Info
=
{
education_status
:
data
[
0
].
education_status
}
return
{
base_Info
,
educations
}
}
}
},
},
form
:
{
form
:
{
...
@@ -37,14 +38,6 @@ export default function(_this) {
...
@@ -37,14 +38,6 @@ export default function(_this) {
hasAdd
:
true
,
hasAdd
:
true
,
options
:
{
labelWidth
:
'140px'
},
options
:
{
labelWidth
:
'140px'
},
items
:
[
items
:
[
{
type
:
'v-input'
,
label
:
'当前教育状态'
,
model
:
'education_status'
,
attrs
:
{
placeholder
:
'请填写当前教育状态'
},
rules
:
[{
required
:
true
,
message
:
'请填写当前教育状态'
,
trigger
:
'blur'
}],
append
:
'<p style="color:#606266">当前教育状态(填写示例:本科在读/大四)</p>'
},
{
{
type
:
'v-datepicker'
,
type
:
'v-datepicker'
,
label
:
'开始时间'
,
label
:
'开始时间'
,
...
...
modules/my/interview/form/cjd.js
浏览文件 @
906bd6cd
...
@@ -32,16 +32,26 @@ export default function(_this) {
...
@@ -32,16 +32,26 @@ export default function(_this) {
)
)
}
}
},
},
update
:
{
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/
${
process
.
env
.
projectId
}
/put`
,
beforeRequest
(
data
)
{
// const basicInfo = ['gpa_score'].reduce((result, key) => {
// result[key] = data[key]
// return result
// }, {})
return
{
basic_info
:
data
.
gpa_score
}
}
},
form
:
{
form
:
{
prev
:
{
to
:
{
query
:
{
active
:
'interview_ywjl'
}
}
},
prev
:
{
to
:
{
query
:
{
active
:
'interview_ywjl'
}
}
},
next
:
{
to
:
{
query
:
{
active
:
'interview_yynl'
}
}
},
next
:
{
to
:
{
query
:
{
active
:
'interview_yynl'
}
}
,
isSubmit
:
true
},
hasButton
:
false
,
hasButton
:
false
,
options
:
{
'label-position'
:
'top'
},
options
:
{
'label-position'
:
'top'
},
items
:
[
items
:
[
{
{
type
:
'v-input'
,
type
:
'v-input'
,
label
:
'GPA成绩 (填写示例:3.9 / 5.0)'
,
label
:
'GPA成绩 (填写示例:3.9 / 5.0)'
,
model
:
'
id_number
'
,
model
:
'
gpa_score
'
,
attrs
:
{
placeholder
:
'请填写您的GPA成绩'
},
attrs
:
{
placeholder
:
'请填写您的GPA成绩'
},
rules
:
[{
required
:
true
,
message
:
'请填写您的GPA成绩'
,
trigger
:
'blur'
}]
rules
:
[{
required
:
true
,
message
:
'请填写您的GPA成绩'
,
trigger
:
'blur'
}]
},
},
...
...
modules/my/interview/form/yynl.js
浏览文件 @
906bd6cd
...
@@ -32,7 +32,7 @@ export default function(_this) {
...
@@ -32,7 +32,7 @@ export default function(_this) {
update
:
{
update
:
{
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/submit/
${
process
.
env
.
projectId
}
`
,
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/submit/
${
process
.
env
.
projectId
}
`
,
beforeRequest
(
data
)
{
beforeRequest
(
data
)
{
return
{
submission_stage
:
'INTERVIEW_APPLICATION'
}
return
{
language_score
:
'language_score'
,
submission_stage
:
'INTERVIEW_APPLICATION'
}
},
},
callback
()
{
callback
()
{
this
.
form
.
options
.
disabled
=
true
this
.
form
.
options
.
disabled
=
true
...
@@ -52,7 +52,7 @@ export default function(_this) {
...
@@ -52,7 +52,7 @@ export default function(_this) {
{
{
type
:
'v-input'
,
type
:
'v-input'
,
label
:
'语言成绩(填写示例:大学英语六级/550)'
,
label
:
'语言成绩(填写示例:大学英语六级/550)'
,
model
:
'
id_number
'
,
model
:
'
language_score
'
,
attrs
:
{
placeholder
:
'请填写您的语言成绩'
},
attrs
:
{
placeholder
:
'请填写您的语言成绩'
},
rules
:
[{
required
:
true
,
message
:
'请填写您的语言成绩'
,
trigger
:
'blur'
}]
rules
:
[{
required
:
true
,
message
:
'请填写您的语言成绩'
,
trigger
:
'blur'
}]
},
},
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论