|
@@ -108,7 +108,8 @@
|
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
|
|
- <el-table height="600" border v-loading="loading" :data="userCourseList" @selection-change="handleSelectionChange" style="width: 100%" :fit="true">
|
|
|
|
|
|
|
+<!-- <el-table height="600" border v-loading="loading" :data="userCourseList" @selection-change="handleSelectionChange" style="width: 100%" :fit="true">-->
|
|
|
|
|
+ <el-table max-height="600" border v-loading="loading" :data="userCourseList" @selection-change="handleSelectionChange" style="width: 100%" :fit="true">
|
|
|
<el-table-column type="selection" width="55" align="center"/>
|
|
<el-table-column type="selection" width="55" align="center"/>
|
|
|
<el-table-column label="课程ID" align="center" prop="courseId" width="55"/>
|
|
<el-table-column label="课程ID" align="center" prop="courseId" width="55"/>
|
|
|
<el-table-column label="所属项目" align="center" prop="projectName" width="120"/>
|
|
<el-table-column label="所属项目" align="center" prop="projectName" width="120"/>
|