提交 b45d87d1 authored 作者: 王鹏飞's avatar 王鹏飞

fix: 修复报名申请bug

上级 059db35e
...@@ -71,11 +71,11 @@ export default { ...@@ -71,11 +71,11 @@ export default {
code: 'interviewZdzm', code: 'interviewZdzm',
view: { to: { path: '/my/interview', query: { active: 'interview_byzs' } } } view: { to: { path: '/my/interview', query: { active: 'interview_byzs' } } }
}, },
// { {
// title: '英文简历', title: '英文简历',
// code: 'interviewYwjl', code: 'interviewYwjl',
// view: { to: { path: '/my/interview', query: { active: 'interview_ywjl' } } } view: { to: { path: '/my/interview', query: { active: 'interview_ywjl' } } }
// }, },
{ {
title: '成绩单', title: '成绩单',
code: 'interviewCjd', code: 'interviewCjd',
...@@ -85,12 +85,12 @@ export default { ...@@ -85,12 +85,12 @@ export default {
title: '语言能力证明', title: '语言能力证明',
code: 'interviewYynlzm', code: 'interviewYynlzm',
view: { to: { path: '/my/interview', query: { active: 'interview_yynl' } } } view: { to: { path: '/my/interview', query: { active: 'interview_yynl' } } }
},
{
title: '个人照片',
code: 'interviewZp',
view: { to: { path: '/my/interview', query: { active: 'interview_zp' } } }
} }
// {
// title: '2寸照片',
// code: 'interviewZp',
// view: { to: { path: '/my/interview', query: { active: 'interview_zp' } } }
// }
// { // {
// title: '推荐信', // title: '推荐信',
...@@ -217,7 +217,7 @@ li { ...@@ -217,7 +217,7 @@ li {
align-items: center; align-items: center;
} }
.name { .name {
width: 80px; width: 100px;
text-align: right; text-align: right;
} }
.line { .line {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论