瀏覽代碼

1、课程管理分页条数
2、是否为先导课问题处理

yfh 4 周之前
父節點
當前提交
88611187b8
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 1
      src/components/Pagination/index.vue
  2. 1 0
      src/views/components/course/userCourseCatalogDetails.vue

+ 1 - 1
src/components/Pagination/index.vue

@@ -36,7 +36,7 @@ export default {
     pageSizes: {
       type: Array,
       default() {
-        return [10, 20, 30, 50]
+        return [10, 20, 30, 50,100,200,300]
       }
     },
     // 移动端页码按钮的数量端默认值5

+ 1 - 0
src/views/components/course/userCourseCatalogDetails.vue

@@ -693,6 +693,7 @@ export default {
         isTranscode: 0,
         transcodeFileKey: null,
         isProduct: 0,
+        isFirst: 0,
         listingStartTime: null,
         listingEndTime: null,
       };