diff --git a/src/views/student/index.vue b/src/views/student/index.vue index 7c1a7d6..20b1319 100644 --- a/src/views/student/index.vue +++ b/src/views/student/index.vue @@ -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() diff --git a/src/views/student/schoolmateCompany.vue b/src/views/student/schoolmateCompany.vue index 8048904..c5d5b3d 100644 --- a/src/views/student/schoolmateCompany.vue +++ b/src/views/student/schoolmateCompany.vue @@ -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: '企业规模',