|
@@ -49,8 +49,8 @@
|
|
|
<div class="curricula-student-container-list">
|
|
|
<el-table :data="courseList">
|
|
|
<el-table-column prop="course_name" label="课程名称" width="300" />
|
|
|
- <el-table-column label="课程教师" prop="teacher_name_desc" width="200" />
|
|
|
- <el-table-column label="课程周期" width="260">
|
|
|
+ <el-table-column label="课程教师" prop="teacher_name_desc" width="360" />
|
|
|
+ <el-table-column label="课程周期" width="280">
|
|
|
<template slot-scope="{ row }">
|
|
|
<i class="el-icon-date" /> {{ row.date_space_view_text }}
|
|
|
</template>
|