diff --git a/src/views/config/classFiles.vue b/src/views/config/classFiles.vue index b9d2ebc..90b4421 100644 --- a/src/views/config/classFiles.vue +++ b/src/views/config/classFiles.vue @@ -13,7 +13,7 @@
- + @@ -130,7 +130,7 @@ align: 'center', width: 120, },{ - prop: 'direction_detail.value', + prop: 'direction', label: '课程方向', align: 'center', width: 120, @@ -180,7 +180,7 @@ const res = await index({ page_size: this.select.page_size, page: this.select.page, - show_relation: ['course','teacher','directionDetail'], + show_relation: ['course','teacher'], filter: [{ key: 'file_ids', op: 'notnull', diff --git a/src/views/config/teacher.vue b/src/views/config/teacher.vue index 2d29695..db2ab31 100644 --- a/src/views/config/teacher.vue +++ b/src/views/config/teacher.vue @@ -57,8 +57,8 @@ diff --git a/src/views/course/components/addClass.vue b/src/views/course/components/addClass.vue index fa008e9..437b2df 100644 --- a/src/views/course/components/addClass.vue +++ b/src/views/course/components/addClass.vue @@ -124,7 +124,7 @@ align="left" >
+ + + + diff --git a/src/views/student/index.vue b/src/views/student/index.vue index 3ff74fd..88fbfd2 100644 --- a/src/views/student/index.vue +++ b/src/views/student/index.vue @@ -138,6 +138,9 @@ --> +
+ +
@@ -347,6 +350,7 @@ company_area: '', company_type: '', company_industry: '', + company_tag: '', is_vip: '', is_schoolmate: '', courses_end_date: '', @@ -593,6 +597,7 @@ this.select.company_area = '' this.select.company_type = '' this.select.company_industry = '' + this.select.company_tag = '' this.select.is_vip = '' this.select.courses_end_date = '' this.select.is_schoolmate = '' @@ -625,6 +630,7 @@ company_area: this.select.company_area, company_type: this.select.company_type, company_industry: this.select.company_industry, + company_tag: this.select.company_tag, is_vip: this.select.is_vip, courses_end_date: this.select.courses_end_date, is_schoolmate: this.select.is_schoolmate, diff --git a/src/views/student/interaction_stats.vue b/src/views/student/interaction_stats.vue index 8b903c2..e9e62c8 100644 --- a/src/views/student/interaction_stats.vue +++ b/src/views/student/interaction_stats.vue @@ -53,6 +53,7 @@ + @@ -460,6 +461,7 @@ export default { getTypeDisplayValue(type) { if (type === 'demand' || type === 2) return '需求' if (type === 'supply' || type === 1) return '供应' + if (type === 'finance' || type === 3) return '投融资' return '未知' }, @@ -467,6 +469,7 @@ export default { getTypeTagType(type) { if (type === 'demand' || type === 2) return 'warning' if (type === 'supply' || type === 1) return 'success' + if (type === 'finance' || type === 3) return 'warning' return 'info' }, diff --git a/src/views/student/schoolmate.vue b/src/views/student/schoolmate.vue index 8db321d..2ea28b6 100644 --- a/src/views/student/schoolmate.vue +++ b/src/views/student/schoolmate.vue @@ -138,6 +138,9 @@ -->
+
+ +
@@ -316,6 +319,7 @@ company_area: '', company_type: '', company_industry: '', + company_tag: '', is_vip: '', is_schoolmate: 1, courses_end_date: '', @@ -499,6 +503,7 @@ this.select.company_type = '' this.select.company_industry = '' this.select.is_vip = '' + this.select.company_tag = '' this.select.courses_end_date = '' this.select.is_schoolmate = 1 this.select.education = '' @@ -530,6 +535,7 @@ company_area: this.select.company_area, company_type: this.select.company_type, company_industry: this.select.company_industry, + company_tag: this.select.company_tag, is_vip: this.select.is_vip, courses_end_date: this.select.courses_end_date, is_schoolmate: this.select.is_schoolmate, diff --git a/src/views/student/schoolmateCompany.vue b/src/views/student/schoolmateCompany.vue index ce70310..8dc3b7a 100644 --- a/src/views/student/schoolmateCompany.vue +++ b/src/views/student/schoolmateCompany.vue @@ -16,12 +16,13 @@
- - - - - - + +
查询 @@ -79,7 +80,7 @@ -