|
@@ -22,9 +22,9 @@
|
|
|
width="160">
|
|
|
<template slot-scope="scope">
|
|
|
<span v-if="scope.row.type == 1">动画类课程</span>
|
|
|
- <span v-if="scope.row.type == 2">视频类课程</span>
|
|
|
- <span v-if="scope.row.type == 3">H5类课程</span>
|
|
|
- <span v-if="scope.row.type == 4 ">PPT定制与美化</span>
|
|
|
+ <span v-else-if="scope.row.type == 2">视频类课程</span>
|
|
|
+ <span v-else-if="scope.row.type == 3">H5类课程</span>
|
|
|
+ <span v-else-if="scope.row.type == 4 ">PPT定制与美化</span>
|
|
|
<span v-else> - </span>
|
|
|
</template>
|
|
|
</el-table-column>
|