|
|
@@ -78,13 +78,6 @@
|
|
|
style="margin-left:5px;"
|
|
|
icon="el-icon-s-promotion"
|
|
|
circle></el-button>
|
|
|
- <el-button size="mini"
|
|
|
- type="danger"
|
|
|
- title="删除"
|
|
|
- @click="deleteCourse(scope.row)"
|
|
|
- style="margin-left:5px;"
|
|
|
- icon="el-icon-delete"
|
|
|
- circle></el-button>
|
|
|
<el-button size="mini"
|
|
|
type="primary"
|
|
|
title="详情"
|
|
|
@@ -92,6 +85,13 @@
|
|
|
style="margin-left:5px;"
|
|
|
icon="el-icon-notebook-2"
|
|
|
circle></el-button>
|
|
|
+ <el-button size="mini"
|
|
|
+ type="danger"
|
|
|
+ title="删除"
|
|
|
+ @click="deleteCourse(scope.row)"
|
|
|
+ style="margin-left:5px;"
|
|
|
+ icon="el-icon-delete"
|
|
|
+ circle></el-button>
|
|
|
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -106,32 +106,29 @@
|
|
|
align="center"
|
|
|
min-width="160px"
|
|
|
show-overflow-tooltip
|
|
|
- :formatter="formatTerm"
|
|
|
- ></el-table-column>
|
|
|
+ :formatter="formatTerm"></el-table-column>
|
|
|
<el-table-column prop="Title"
|
|
|
label="标题"
|
|
|
align="center"
|
|
|
min-width="160px"
|
|
|
show-overflow-tooltip></el-table-column>
|
|
|
-<!-- <el-table-column prop="CourseWeek"-->
|
|
|
-<!-- label="教学周"-->
|
|
|
-<!-- align="center"-->
|
|
|
-<!-- min-width="160px"-->
|
|
|
-<!-- show-overflow-tooltip></el-table-column>-->
|
|
|
+ <!-- <el-table-column prop="CourseWeek"-->
|
|
|
+ <!-- label="教学周"-->
|
|
|
+ <!-- align="center"-->
|
|
|
+ <!-- min-width="160px"-->
|
|
|
+ <!-- show-overflow-tooltip></el-table-column>-->
|
|
|
<el-table-column prop="ClassId"
|
|
|
label="班级"
|
|
|
align="center"
|
|
|
min-width="160px"
|
|
|
show-overflow-tooltip
|
|
|
- :formatter="formatClass"
|
|
|
- ></el-table-column>
|
|
|
+ :formatter="formatClass"></el-table-column>
|
|
|
<el-table-column prop="Status"
|
|
|
align="center"
|
|
|
min-width="40px"
|
|
|
label="状态"
|
|
|
show-overflow-tooltip
|
|
|
- :formatter="formatStatus"
|
|
|
- ></el-table-column>
|
|
|
+ :formatter="formatStatus"></el-table-column>
|
|
|
<el-table-column prop="CreatedTime"
|
|
|
align="center"
|
|
|
min-width="120px"
|