From 88493b26d5dbfb132efd680a392c66b82382ceec Mon Sep 17 00:00:00 2001 From: gjz <393355653@qq.com> Date: Fri, 14 Feb 2025 16:31:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/courseStatistics.js | 11 +++++ .../atten-information/attenStuDetails.vue | 40 +++---------------- .../atten-information/class-attendance.vue | 26 ++++++------ .../atten-information/student-attendance.vue | 20 +++++----- .../collage-information.vue | 3 +- src/views/courseStatistics/courseInfo.vue | 1 - .../courseStatistics/courseStatistics.vue | 21 ++++++++-- src/views/courseStatistics/sectionInfo.vue | 16 ++++---- .../student-information.vue | 2 + src/views/teach-log/teach-log.vue | 2 +- .../teacher-information.vue | 25 ++---------- 11 files changed, 72 insertions(+), 95 deletions(-) diff --git a/src/api/courseStatistics.js b/src/api/courseStatistics.js index aca83aa..fa40885 100644 --- a/src/api/courseStatistics.js +++ b/src/api/courseStatistics.js @@ -1,5 +1,16 @@ import axios from "@/utils/http/index" +/** + * get 获取table(表格信息) + * @param prams + * @returns + */ +export function getTabledatasss(params) { + return axios({ + url: '/api/AttendanceInfo/GetLessonAttendanceInfoListByCource', + params + }) +} /** * get 获取Term(学期) 数组 diff --git a/src/views/atten-information/attenStuDetails.vue b/src/views/atten-information/attenStuDetails.vue index f595aa5..7a34ac6 100644 --- a/src/views/atten-information/attenStuDetails.vue +++ b/src/views/atten-information/attenStuDetails.vue @@ -22,11 +22,6 @@ - -
- 专业名称:{{ stuProfession }} -
-
班级名称:{{ stuClass }} @@ -34,27 +29,6 @@ - - - - - - - - - - - - - @@ -70,8 +44,6 @@ -

2019~2020学年第一学期(本学期)

-
@@ -289,7 +261,7 @@ export default { GetcollegeMajorInfo({ CollegeId: id, - Signal: s, + Signal: 1, isAll, }) .then((res) => { @@ -311,7 +283,7 @@ export default { endTime: this.timerange[1] ? this.timerange[1] : "", month: this.monthNum, week: this.weekNum, - Signal: this.timerange[0] ? 1 : 2, + Signal: 1, }; GetStudentAbsenceCourceList(params) @@ -418,7 +390,7 @@ export default { endTime = "", month = "", week = "", - Signal = 2, //月份/周次(2)、时间区间(1) + Signal = 1, //月份/周次(2)、时间区间(1) } = options; GetStudentAbsenceRecordLsit( @@ -432,7 +404,7 @@ export default { endTime: endTime, month: month, week: week, - Signal: Signal, + Signal: 1, } ).then((res) => { let datas = res; @@ -616,7 +588,7 @@ export default { GetcollegeMajorInfo({ CollegeId: CollegeId, - Signal: Signal + Signal: 1 }).then((res) => { this.professionList = res; }) @@ -1148,7 +1120,7 @@ export default { endTime: this.timerange[1] || "", month: this.monthNum, week: this.weekNum, - Signal: this.timerange[0] ? 1 : 2, + Signal: 1, }; // debugger diff --git a/src/views/atten-information/class-attendance.vue b/src/views/atten-information/class-attendance.vue index bd9a9c1..6e5f9ef 100644 --- a/src/views/atten-information/class-attendance.vue +++ b/src/views/atten-information/class-attendance.vue @@ -2,7 +2,7 @@
-

考勤变化图: {{ clasName }}

+

考勤变化图