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

bug fixes

上级 0c1b0c66
...@@ -16,7 +16,7 @@ export default function(_this) { ...@@ -16,7 +16,7 @@ export default function(_this) {
'REGISTRATION', 'REGISTRATION',
'CLOSED' 'CLOSED'
] ]
this.form.options.disabled = stageList.findIndex(item => item === submissionStage) > 6 // this.form.options.disabled = stageList.findIndex(item => item === submissionStage) > 6
return attachments.reduce( return attachments.reduce(
(result, item) => { (result, item) => {
if (item.file_type_id === 'DIPLOMA_CN') { if (item.file_type_id === 'DIPLOMA_CN') {
...@@ -37,7 +37,7 @@ export default function(_this) { ...@@ -37,7 +37,7 @@ export default function(_this) {
form: { form: {
next: { to: { query: { active: 'admission_yynl' } } }, next: { to: { query: { active: 'admission_yynl' } } },
hasButton: false, hasButton: false,
options: { 'label-position': 'top' }, options: { 'label-position': 'top', disabled: true },
// hint: ` // hint: `
// <p>已毕业学生需提交完整成绩单,未毕业学生提交现有成绩单,成绩单需要加盖学校公章</p> // <p>已毕业学生需提交完整成绩单,未毕业学生提交现有成绩单,成绩单需要加盖学校公章</p>
// <p>请将中英文成绩单原件扫描或者拍照后提交。</p> // <p>请将中英文成绩单原件扫描或者拍照后提交。</p>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论