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

报名内容优化

上级 8565aadc
...@@ -19,7 +19,7 @@ export default function(_this) { ...@@ -19,7 +19,7 @@ export default function(_this) {
const [first = {}, second = {}] = answers const [first = {}, second = {}] = answers
return { return {
qid1: first.qid || '1', qid1: first.qid || '1',
question1: '您为什么申请中国产业金融菁英计划项目? (200字以上,1000字以内)', question1: '您为什么申请中国未来金融领袖计划项目? (200字以上,1000字以内)',
answer1: first.answer, answer1: first.answer,
qid2: second.qid || '2', qid2: second.qid || '2',
question2: '您的短期和长期职业发展目标是什么?您打算如何达成此愿景?(200字以上,1000字以内)', question2: '您的短期和长期职业发展目标是什么?您打算如何达成此愿景?(200字以上,1000字以内)',
...@@ -45,7 +45,7 @@ export default function(_this) { ...@@ -45,7 +45,7 @@ export default function(_this) {
items: [ items: [
{ {
type: 'v-input', type: 'v-input',
label: '您为什么申请中国产业金融菁英计划项目? (200字以上,1000字以内)', label: '您为什么申请中国未来金融领袖计划项目? (200字以上,1000字以内)',
model: 'answer1', model: 'answer1',
attrs: { type: 'textarea', rows: '8', maxlength: '1000', style: 'width:100%' }, attrs: { type: 'textarea', rows: '8', maxlength: '1000', style: 'width:100%' },
rules: [ rules: [
......
...@@ -6,7 +6,6 @@ export default function(_this) { ...@@ -6,7 +6,6 @@ export default function(_this) {
return { return {
id: 'application_info_career', id: 'application_info_career',
title: '工作经验', title: '工作经验',
required: true,
visible() { visible() {
return _this.visible return _this.visible
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论