Browse Source

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

Long 17 hours ago
parent
commit
ecec1919fd
1 changed files with 5 additions and 0 deletions
  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