From 75271baf2b4dba13087674f020afbc7b08a83482 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Wed, 31 Jul 2024 16:26:20 +0800
Subject: [PATCH] 修改
---
src/views/onlineEducation/realtimeStatus/index.vue | 186 +---------------------------------------------
1 files changed, 5 insertions(+), 181 deletions(-)
diff --git a/src/views/onlineEducation/realtimeStatus/index.vue b/src/views/onlineEducation/realtimeStatus/index.vue
index eaa3cb1..b8f1c80 100644
--- a/src/views/onlineEducation/realtimeStatus/index.vue
+++ b/src/views/onlineEducation/realtimeStatus/index.vue
@@ -81,7 +81,7 @@
v-show="total>0"
:total="total"
:layout="layout"
- :page.sync="queryParams.pageIndex"
+ :page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize"
@pagination="getList"
/>
@@ -106,7 +106,7 @@
platformList: [],
data: {},
queryParams: {
- pageIndex: 1,
+ pageNum: 1,
pageSize: 2,
institutionId: '',
idcard: ''
@@ -170,186 +170,10 @@
}
]
},
- {
- batchName: 'xxxx',
- createTime: 'xxxx',
- courseList: [
- {
- courseName: 'xx',
- lessonNum: 100,
- duration: 90,
- durationRate: 90,
- chapterList: [
- {
- chapterName: '第5章:章节名称',
- lessonTocal: 20,
- lessonNum: 10
- },
- {
- chapterName: '第1章:章节名称',
- lessonTocal: 80,
- lessonNum: 80
- },
- ]
- },
- {
- courseName: 'xx',
- lessonNum: 100,
- duration: 90,
- durationRate: 90,
- chapterList: [
- {
- chapterName: '第5章:章节名称',
- lessonTocal: 20,
- lessonNum: 10
- },
- {
- chapterName: '第1章:章节名称',
- lessonTocal: 80,
- lessonNum: 80
- },
- ]
- }
- ]
- },
- {
- batchName: 'xxxx',
- createTime: 'xxxx',
- courseList: [
- {
- courseName: 'xx',
- lessonNum: 100,
- duration: 90,
- durationRate: 90,
- chapterList: [
- {
- chapterName: '第5章:章节名称',
- lessonTocal: 20,
- lessonNum: 10
- },
- {
- chapterName: '第1章:章节名称',
- lessonTocal: 80,
- lessonNum: 80
- },
- ]
- },
- {
- courseName: 'xx',
- lessonNum: 100,
- duration: 90,
- durationRate: 90,
- chapterList: [
- {
- chapterName: '第5章:章节名称',
- lessonTocal: 20,
- lessonNum: 10
- },
- {
- chapterName: '第1章:章节名称',
- lessonTocal: 80,
- lessonNum: 80
- },
- ]
- }
- ]
- },
- {
- batchName: 'xxxx',
- createTime: 'xxxx',
- courseList: [
- {
- courseName: 'xx',
- lessonNum: 100,
- duration: 90,
- durationRate: 90,
- chapterList: [
- {
- chapterName: '第5章:章节名称',
- lessonTocal: 20,
- lessonNum: 10
- },
- {
- chapterName: '第1章:章节名称',
- lessonTocal: 80,
- lessonNum: 80
- },
- ]
- },
- {
- courseName: 'xx',
- lessonNum: 100,
- duration: 90,
- durationRate: 90,
- chapterList: [
- {
- chapterName: '第5章:章节名称',
- lessonTocal: 20,
- lessonNum: 10
- },
- {
- chapterName: '第1章:章节名称',
- lessonTocal: 80,
- lessonNum: 80
- },
- ]
- }
+
]
}
-
- ]
- }
- // {
- // id: null,
- // idcard: '11111',
- // name: '李四',
- // institutionalName: '链工宝',
- // batchList: [
- // {
- // batchName: 'xxxx',
- // createTime: 'xxxx',
- // courseList: [
- // {
- // courseName: 'xx',
- // lessonNum: 100,
- // duration: 90,
- // durationRate: 90,
- // chapterList: [
- // {
- // chapterName: '第5章:章节名称',
- // lessonTocal: 20,
- // lessonNum: 10
- // },
- // {
- // chapterName: '第1章:章节名称',
- // lessonTocal: 80,
- // lessonNum: 80
- // },
- // ]
- // },
- // {
- // courseName: 'xx',
- // lessonNum: 100,
- // duration: 90,
- // durationRate: 90,
- // chapterList: [
- // {
- // chapterName: '第5章:章节名称',
- // lessonTocal: 20,
- // lessonNum: 10
- // },
- // {
- // chapterName: '第1章:章节名称',
- // lessonTocal: 80,
- // lessonNum: 80
- // },
- // ]
- // }
- // ]
- // }
- // ]
- // }
- this.total = 4;
+ this.total = 1;
// listCourse( this.queryParams).then((res) => {
// if (res.code == 200) {
// this.expertList = res.rows.map(item => {
@@ -376,7 +200,7 @@
},
resetQuery(){
this.queryParams = {
- pageIndex: 1,
+ pageNum: 1,
pageSize: 10,
institutionId: '',
idcard: ''
--
Gitblit v1.9.2