|
|
|
|
@ -551,22 +551,26 @@
|
|
|
|
|
label: '性别',
|
|
|
|
|
align: 'center',
|
|
|
|
|
width: 120
|
|
|
|
|
}, {
|
|
|
|
|
prop: 'no',
|
|
|
|
|
label: '学号',
|
|
|
|
|
align: 'center',
|
|
|
|
|
width: 180
|
|
|
|
|
},{
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// prop: 'no',
|
|
|
|
|
// label: '学号',
|
|
|
|
|
// align: 'center',
|
|
|
|
|
// width: 180
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
prop: 'headimgurl',
|
|
|
|
|
label: '头像',
|
|
|
|
|
align: 'center',
|
|
|
|
|
width: 100
|
|
|
|
|
},{
|
|
|
|
|
prop: 'idcard',
|
|
|
|
|
label: '身份证号',
|
|
|
|
|
align: 'center',
|
|
|
|
|
width: 180
|
|
|
|
|
}, {
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// prop: 'idcard',
|
|
|
|
|
// label: '身份证号',
|
|
|
|
|
// align: 'center',
|
|
|
|
|
// width: 180
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
prop: 'mobile',
|
|
|
|
|
label: '联系方式',
|
|
|
|
|
align: 'center',
|
|
|
|
|
@ -581,12 +585,14 @@
|
|
|
|
|
label: '邮箱',
|
|
|
|
|
align: 'center',
|
|
|
|
|
width: 120,
|
|
|
|
|
}, {
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
prop: 'is_company_schoolmate_text',
|
|
|
|
|
label: '是否校友企业',
|
|
|
|
|
align: 'center',
|
|
|
|
|
width: 120,
|
|
|
|
|
}, {
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
prop: 'company_name',
|
|
|
|
|
label: '公司名称',
|
|
|
|
|
align: 'left',
|
|
|
|
|
@ -676,6 +682,9 @@
|
|
|
|
|
// 检查路由,如果是 index_2,设置 is_schoolmate=1
|
|
|
|
|
if (this.isIndex2Route) {
|
|
|
|
|
this.select.is_schoolmate = 1
|
|
|
|
|
// 去除 prop=is_company_schoolmate_text
|
|
|
|
|
this.table_item = this.table_item.filter(item => item.prop !== 'is_company_schoolmate_text')
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
this.getList()
|
|
|
|
|
this.getCourseType()
|
|
|
|
|
|