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

chore: 新增项目

上级 70141e74
......@@ -44,7 +44,12 @@ export default {
1006: '应用心理学硕士(MAP)',
1007: '中国未来金融领袖计划',
1008: '酒店及旅游业工商管理硕士(HMBA)',
1012: '工商管理硕士(MBA)'
1012: '工商管理硕士(MBA)',
1015: '餐饮管理方向MBA',
1016: '国际硕士1+1项目玛丽伍德大学',
1017: '全日制工商管理博士加州浸会大学',
1018: '国际硕士1+1项目纽约州立大学石溪分校',
1023: '在职工商管理博士加州浸会大学'
}
detail.project_name = projectMap[detail.project_id]
return detail
......@@ -95,4 +100,4 @@ export default {
}
}
}
</style>
\ No newline at end of file
</style>
......@@ -2,7 +2,14 @@
<div class="main">
<p class="recommend-history"><router-link to="/my/recommend">推荐记录</router-link></p>
<card title="我要推荐">
<v-form ref="form" className="recommend" :hasFieldBorder="true" :model="formModel" :fields="fields" @submit="onSubmit">
<v-form
ref="form"
className="recommend"
:hasFieldBorder="true"
:model="formModel"
:fields="fields"
@submit="onSubmit"
>
<input type="button" value="立即推荐" class="submit-button" @click="handleSubmit" />
</v-form>
</card>
......@@ -34,10 +41,12 @@ export default {
{ name: '1001', text: '金融硕士' },
{ name: '1006', text: '应用心理学硕士' },
{ name: '1005', text: '教育学硕士' },
{ name: '1012', text: '工商管理硕士(MBA)' },
{ name: '1015', text: '餐饮管理方向MBA' },
{ name: '1016', text: '国际硕士1+1项目玛丽伍德大学' },
{ name: '1018', text: '国际硕士1+1项目纽约州立大学石溪分校' },
{ name: '1017', text: '工商管理博士项目加州浸会大学' }
{ name: '1017', text: '全日制工商管理博士加州浸会大学' },
{ name: '1023', text: '在职工商管理博士加州浸会大学' }
// { name: '1007', text: '中国未来金融领袖计划' }
],
valueKey: 'name'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论