From ba9822bd020b99b514890ce462560c08de83bfc7 Mon Sep 17 00:00:00 2001
From: lion <120344285@qq.com>
Date: Fri, 14 Aug 2026 17:42:15 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=A1=E7=94=A8=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/student/schoolmateCompany.vue | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
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