Explorar el Código

视频批量上传列表展示子分类

Long hace 14 horas
padre
commit
ecec1919fd
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      src/views/course/videoResource/index.vue

+ 5 - 0
src/views/course/videoResource/index.vue

@@ -406,6 +406,11 @@
             {{ getTypeName(scope.row.typeId) }}
           </template>
         </el-table-column>
+        <el-table-column label="子分类" align="center" min-width="100">
+          <template slot-scope="scope">
+            {{ getTypeName(scope.row.typeSubId) }}
+          </template>
+        </el-table-column>
         <el-table-column label="关联项目" align="center" min-width="100">
           <template slot-scope="scope">
           <a