提交 975e8287 authored 作者: haodaking's avatar haodaking

updates

上级 6366d375
......@@ -2,14 +2,7 @@
<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>
......@@ -35,13 +28,13 @@ export default {
placeholder: '请选择项目',
rules: [{ required: true, message: '请选择项目' }],
values: [
{ name: '1012', text: '综合管理方向工商管理硕士' },
{ name: '1000', text: '金融工商管理硕士' },
{ name: '1012', text: '数字领导力方向工商管理硕士' },
// { name: '1000', text: '金融工商管理硕士' },
{ name: '1008', text: '酒店及旅游业工商管理硕士' },
{ name: '1001', text: '金融硕士' },
{ name: '1006', text: '应用心理学硕士' },
{ name: '1005', text: '教育学硕士' },
{ name: '1007', text: '中国未来金融领袖计划' }
{ name: '1005', text: '教育学硕士' }
// { name: '1007', text: '中国未来金融领袖计划' }
],
valueKey: 'name'
},
......@@ -119,4 +112,4 @@ export default {
width: 200px;
margin: 40px auto;
}
</style>
\ No newline at end of file
</style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论