@@ -329,6 +463,7 @@
diff --git a/src/views/course/apply_list.vue b/src/views/course/apply_list.vue
index 1c6b0e6..76606da 100644
--- a/src/views/course/apply_list.vue
+++ b/src/views/course/apply_list.vue
@@ -299,6 +299,11 @@
}
}
}, {
+ prop: 'user.company.company_name',
+ label: '企查查名称',
+ align: 'left',
+ width: 200,
+ }, {
prop: 'is_yh_invested',
label: '集团标签',
align: 'center',
diff --git a/src/views/course/pay.vue b/src/views/course/pay.vue
index b4a86b4..e597ea6 100644
--- a/src/views/course/pay.vue
+++ b/src/views/course/pay.vue
@@ -180,6 +180,11 @@
align: 'left',
width: 240,
}, {
+ prop: 'user.company.company_name',
+ label: '企查查名称',
+ align: 'left',
+ width: 200,
+ }, {
prop: 'user.company_position',
label: '职务',
align: 'center',
diff --git a/src/views/course/txl.vue b/src/views/course/txl.vue
index 9f69c35..8b7cbc0 100644
--- a/src/views/course/txl.vue
+++ b/src/views/course/txl.vue
@@ -227,6 +227,11 @@
align: 'left',
width: 240,
}, {
+ prop: 'user.company.company_name',
+ label: '企查查名称',
+ align: 'left',
+ width: 200,
+ }, {
prop: 'user.company_position',
label: '职务',
align: 'center',
diff --git a/src/views/statistics/index.vue b/src/views/statistics/index.vue
index 45fed40..7e9d2f4 100644
--- a/src/views/statistics/index.vue
+++ b/src/views/statistics/index.vue
@@ -326,6 +326,13 @@ export default {
value: '0',
label: '被投企业数',
cardClass: 'student-card-1'
+ },
+ {
+ key: 'company_invested_after_enrollment_total',
+ icon: 'el-icon-s-data',
+ value: '0',
+ label: '入学后被投企业数',
+ cardClass: 'student-card-2'
}
]
},
diff --git a/src/views/student/black.vue b/src/views/student/black.vue
index 1f7b165..8b29949 100644
--- a/src/views/student/black.vue
+++ b/src/views/student/black.vue
@@ -391,8 +391,13 @@
prop: 'company_name',
label: '公司名称',
align: 'left',
- width: 200
+ width: 200,
}, {
+ prop: 'company.company_name',
+ label: '企查查名称',
+ align: 'left',
+ width: 200,
+ },{
prop: 'company_position',
label: '职务',
align: 'center',
diff --git a/src/views/student/index.vue b/src/views/student/index.vue
index 724edc4..06cb326 100644
--- a/src/views/student/index.vue
+++ b/src/views/student/index.vue
@@ -439,6 +439,11 @@
label: '公司名称',
align: 'left',
width: 200
+ }, {
+ prop: 'company.company_name',
+ label: '企查查名称',
+ align: 'left',
+ width: 200,
}, {
prop: 'company_position',
label: '职务',
diff --git a/src/views/student/schoolmate.vue b/src/views/student/schoolmate.vue
index 3c8d923..5de10b0 100644
--- a/src/views/student/schoolmate.vue
+++ b/src/views/student/schoolmate.vue
@@ -421,6 +421,11 @@ import { download } from '@/utils/downloadRequest'
label: '公司名称',
align: 'left',
width: 200
+ }, {
+ prop: 'company.company_name',
+ label: '企查查名称',
+ align: 'left',
+ width: 200,
}, {
prop: 'company_position',
label: '职务',
diff --git a/src/views/student/search.vue b/src/views/student/search.vue
index 8c5b7a5..d3a94bd 100644
--- a/src/views/student/search.vue
+++ b/src/views/student/search.vue
@@ -403,6 +403,11 @@
label: '公司名称',
align: 'left',
width: 200
+ }, {
+ prop: 'company.company_name',
+ label: '企查查名称',
+ align: 'left',
+ width: 200,
}, {
prop: 'company_position',
label: '职务',