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

fix: 学位证书 -> 毕业证书

上级 d88e69db
...@@ -57,8 +57,8 @@ export default { ...@@ -57,8 +57,8 @@ export default {
], ],
[ [
{ {
title: '学位证书', title: '毕业证书',
code: 'interviewXwzs', code: 'interviewByz',
view: { to: { path: '/my/interview', query: { active: 'interview_byz' } } } view: { to: { path: '/my/interview', query: { active: 'interview_byz' } } }
}, },
{ {
...@@ -126,6 +126,9 @@ export default { ...@@ -126,6 +126,9 @@ export default {
applicationWfzzm.progress = fillingMissedRequiredList.NO_CRIMINAL_CERT ? 0 : 1 applicationWfzzm.progress = fillingMissedRequiredList.NO_CRIMINAL_CERT ? 0 : 1
const missedRequiredList = progress.INTERVIEW_APPLICATION.attachments.missed_required_list const missedRequiredList = progress.INTERVIEW_APPLICATION.attachments.missed_required_list
// 毕业证书
const interviewByz = { progress: 0 }
interviewByz.progress = missedRequiredList.DIPLOMA_CN ? 0 : 1
// 学位证书 // 学位证书
const interviewXwzs = { progress: 0 } const interviewXwzs = { progress: 0 }
interviewXwzs.progress = missedRequiredList.DEGREE_CERT_CN ? 0 : 1 interviewXwzs.progress = missedRequiredList.DEGREE_CERT_CN ? 0 : 1
...@@ -143,6 +146,7 @@ export default { ...@@ -143,6 +146,7 @@ export default {
applicaitonInfo, applicaitonInfo,
applicationTjx, applicationTjx,
applicationWfzzm, applicationWfzzm,
interviewByz,
interviewXwzs, interviewXwzs,
interviewCjd, interviewCjd,
interviewZp, interviewZp,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论