浏览代码

类型调整

wangxy 2 年之前
父节点
当前提交
41a9f12432
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/views/management/RegistrationManagement/components/Table.vue

+ 4 - 4
src/views/management/RegistrationManagement/components/Table.vue

@@ -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>