|
@@ -187,10 +187,10 @@
|
|
|
</el-radio-group> -->
|
|
</el-radio-group> -->
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="24">
|
|
|
|
|
|
|
+ <el-col :span="24" v-if='form.is_signup'>
|
|
|
<el-form-item label='报名需提交信息:'>
|
|
<el-form-item label='报名需提交信息:'>
|
|
|
<el-checkbox-group v-model='form.signup_fields'>
|
|
<el-checkbox-group v-model='form.signup_fields'>
|
|
|
- <el-checkbox v-for='(item,index) in signup_fields' :key='index' :label='item.id'>{{item.name}}</el-checkbox>
|
|
|
|
|
|
|
+ <el-checkbox v-for='(item,index) in signup_fields' :disabled='item.disabled' :key='index' :label='item.id'>{{item.name}}</el-checkbox>
|
|
|
</el-checkbox-group>
|
|
</el-checkbox-group>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
@@ -404,7 +404,7 @@ export default {
|
|
|
{ name: "职务", id: "job" },
|
|
{ name: "职务", id: "job" },
|
|
|
{ name: "职称", id: "title" },
|
|
{ name: "职称", id: "title" },
|
|
|
{ name: "公司", id: "company" },
|
|
{ name: "公司", id: "company" },
|
|
|
- { name: "电话", id: "phone" },
|
|
|
|
|
|
|
+ { name: "电话", id: "phone" ,disabled:true},
|
|
|
{ name: "邮箱", id: "email" }
|
|
{ name: "邮箱", id: "email" }
|
|
|
],
|
|
],
|
|
|
form: {
|
|
form: {
|
|
@@ -412,7 +412,7 @@ export default {
|
|
|
is_popular:0,
|
|
is_popular:0,
|
|
|
is_recommend:0,
|
|
is_recommend:0,
|
|
|
citys:[],
|
|
citys:[],
|
|
|
- signup_fields:[],
|
|
|
|
|
|
|
+ signup_fields:['name','sex','age','job','title','company','phone','email'],
|
|
|
speaker:[
|
|
speaker:[
|
|
|
{name:'',intruduce:''}
|
|
{name:'',intruduce:''}
|
|
|
],
|
|
],
|