diff --git a/src/views/student/schoolmateCompany.vue b/src/views/student/schoolmateCompany.vue index c5d5b3d..8e2a29d 100644 --- a/src/views/student/schoolmateCompany.vue +++ b/src/views/student/schoolmateCompany.vue @@ -48,6 +48,14 @@
+
+ + + + + + +
@@ -377,6 +385,7 @@ return { select: { company_name: '', + has_credit_code: '', address: '', is_yh_invested: '', company_tag: '', @@ -437,6 +446,11 @@ align: 'left', width: 240, fixed: 'left' + }, { + prop: 'credit_code', + label: '统一社会信用代码', + align: 'center', + width: 200 }, { prop: 'company_tag', label: '企业资质', @@ -547,6 +561,7 @@ start_year: this.select.start_year || '', end_year: this.select.end_year || '', address: this.select.address || '', + has_credit_code: this.select.has_credit_code !== '' && this.select.has_credit_code !== null ? this.select.has_credit_code : '', filter: (() => { const filter = [{ key: 'company_name', @@ -648,6 +663,7 @@ resetSelect() { this.select.company_name = '' + this.select.has_credit_code = '' this.select.address = '' this.select.is_yh_invested = '' this.select.company_tag = '' @@ -727,6 +743,7 @@ start_year: this.select.start_year || '', end_year: this.select.end_year || '', address: this.select.address || '', + has_credit_code: this.select.has_credit_code !== '' && this.select.has_credit_code !== null ? this.select.has_credit_code : '', filter: filter }) this.loading = false