企业资质

master
lion 2 months ago
parent c8a9ad266e
commit 7767ed35cf

@ -551,22 +551,26 @@
label: '性别', label: '性别',
align: 'center', align: 'center',
width: 120 width: 120
}, { },
prop: 'no', // {
label: '学号', // prop: 'no',
align: 'center', // label: '',
width: 180 // align: 'center',
},{ // width: 180
// },
{
prop: 'headimgurl', prop: 'headimgurl',
label: '头像', label: '头像',
align: 'center', align: 'center',
width: 100 width: 100
},{ },
prop: 'idcard', // {
label: '身份证号', // prop: 'idcard',
align: 'center', // label: '',
width: 180 // align: 'center',
}, { // width: 180
// },
{
prop: 'mobile', prop: 'mobile',
label: '联系方式', label: '联系方式',
align: 'center', align: 'center',
@ -581,12 +585,14 @@
label: '邮箱', label: '邮箱',
align: 'center', align: 'center',
width: 120, width: 120,
}, { },
{
prop: 'is_company_schoolmate_text', prop: 'is_company_schoolmate_text',
label: '是否校友企业', label: '是否校友企业',
align: 'center', align: 'center',
width: 120, width: 120,
}, { },
{
prop: 'company_name', prop: 'company_name',
label: '公司名称', label: '公司名称',
align: 'left', align: 'left',
@ -676,6 +682,9 @@
// index_2 is_schoolmate=1 // index_2 is_schoolmate=1
if (this.isIndex2Route) { if (this.isIndex2Route) {
this.select.is_schoolmate = 1 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.getList()
this.getCourseType() this.getCourseType()

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

Loading…
Cancel
Save