ソースを参照

本月请假次数

1
mo 4 年 前
コミット
09b7876045

+ 1 - 0
src/views/teamDetail/componentCourse/resetClass.vue

@@ -320,6 +320,7 @@ export default {
           );
           this.organId = res.data.organId;
           let type = res.data.type;
+          console.log(type)
           try {
             const res = await getOrganCourseDurationSettings({
               organId: this.organId,

+ 1 - 1
src/views/teamDetail/componentCourse/studentRollCall.vue

@@ -72,6 +72,7 @@
             <div>{{ scope.row.visitFlag | yesOrNo }}</div>
           </template>
         </el-table-column>
+                <el-table-column align="center" prop="leaveNum" label="本月请假次数"></el-table-column>
         <el-table-column
           align="center"
           prop="ctrls"
@@ -153,7 +154,6 @@ export default {
   methods: {
     permission,
     init() {
-      console.log(this.courseScheduleId);
       this.getList();
 
       //  发请求获取学生签到信息