Commit b64def01 authored by 罗超's avatar 罗超

2

parent 3d40ce90
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
</div> </div>
<div> <div>
<el-table :data="chapterList" v-loading="loading" ref="table" :height="tableHeight" style="width: 100%;"> <el-table :data="chapterList" v-loading="loading" ref="table" :height="tableHeight" style="width: 100%;">
<el-table-column prop="ChapterNo" label="章节" width="400"> <el-table-column prop="ChapterNo" label="章节" width="300">
<template slot-scope="scope"> <template slot-scope="scope">
<div style="display: inline-block;"> <div style="display: inline-block;">
<div class="flex q-ml-md"> <div class="flex q-ml-md">
...@@ -73,14 +73,14 @@ ...@@ -73,14 +73,14 @@
<i>{{ scope.row.ChapterNo }}</i> <i>{{ scope.row.ChapterNo }}</i>
</span> </span>
</div> </div>
<div style="margin-left: 36px;width:320px;" class="ellipsis"> <div style="margin-left: 36px;width:240px;" class="ellipsis">
{{ scope.row.ChapterName }} {{ scope.row.ChapterName }}
</div> </div>
</div> </div>
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="AgainNum" label="进度" width="80"> <el-table-column prop="AgainNum" label="进度" width="100">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.CourseRateName}}({{scope.row.ChapterGradeNo}}) {{scope.row.CourseRateName}}({{scope.row.ChapterGradeNo}})
</template> </template>
...@@ -96,11 +96,11 @@ ...@@ -96,11 +96,11 @@
<div class="text-negative" v-if="scope.row.State == 3">缺课</div> <div class="text-negative" v-if="scope.row.State == 3">缺课</div>
</template> </template>
</el-table-column> </el-table-column>
<!-- <el-table-column prop="AgainNum" label="重学次数" width="80"> <el-table-column prop="AgainNum" label="重学" width="60">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.AgainNum}} {{scope.row.AgainNum}}
</template> </template>
</el-table-column> --> </el-table-column>
</el-table> </el-table>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment