|
@@ -21,10 +21,10 @@
|
|
label="报价类型"
|
|
label="报价类型"
|
|
width="160">
|
|
width="160">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <span v-if="scope.row.type == 1">动画类课程</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-if="scope.row.type == 1">微课制作</span>
|
|
|
|
+ <span v-else-if="scope.row.type == 2">高端动画</span>
|
|
|
|
+ <span v-else-if="scope.row.type == 3">课件PPT</span>
|
|
|
|
+<!-- <span v-else-if="scope.row.type == 4 ">PPT定制与美化</span>-->
|
|
<span v-else> - </span>
|
|
<span v-else> - </span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|