企业资质

master
lion 2 days ago
parent c8a9ad266e
commit 7767ed35cf

@ -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()

@ -452,12 +452,13 @@
label: '所在区域',
align: 'center',
width: 160,
}, {
prop: 'company_address',
label: '公司地址',
align: 'center',
width: 160,
}
},
// {
// prop: 'company_address',
// label: '',
// align: 'center',
// width: 160,
// }
// , {
// prop: 'company_scale',
// label: '',

Loading…
Cancel
Save