Parcourir la source

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

Long il y a 13 heures
Parent
commit
ecec1919fd
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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