Skip to content

Commit

Permalink
feat:我的课程添加
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfan909 committed May 14, 2022
1 parent e9f198b commit a54564f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/CourseTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,9 @@
<el-table :data="tableData.filter(ele=>(
(watch_union1(form.class_time.split(','),ele.class_time.split(',')))&&
(watch_union(form.courseTerm, ele.semester.split(','))))
&&(form.classroom_id || form.classroom_id==ele.classroom_id))" style="width: 100%;height: 100px" >
&&( form.classroom_id==ele.classroom_id))" style="width: 100%;height: 100px" >
<el-table-column prop="id" label="课程代码" width="100px" >
</el-table-column>
<el-table-column prop="number" label="课程编号" width="80px">
</el-table-column>
<el-table-column prop="name" label="课程名" width="80px">
</el-table-column>
<el-table-column prop="teacher_id" label="任课教师id" width="100px">
Expand Down

0 comments on commit a54564f

Please sign in to comment.