From 4bc19c8141e67166c342acbeab91467e78046a78 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期二, 23 七月 2024 09:23:20 +0800
Subject: [PATCH] 修改

---
 src/views/onlineEducation/classBatch/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/onlineEducation/classBatch/index.vue b/src/views/onlineEducation/classBatch/index.vue
index b2214b8..aeeb81c 100644
--- a/src/views/onlineEducation/classBatch/index.vue
+++ b/src/views/onlineEducation/classBatch/index.vue
@@ -24,7 +24,7 @@
       >重置</el-button>
     </div>
     <el-table v-loading="loading" :data="expertList" style="margin-top: 10px">
-      <el-table-column label="UUID" align="center" prop="uuid" />
+      <el-table-column label="ID" align="center" prop="id" />
       <el-table-column label="批次名称" align="center" prop="batchName" />
       <el-table-column label="推送平台" align="center" prop="institutionName" />
       <el-table-column label="上报时间" align="center" prop="createTime" />
@@ -147,10 +147,10 @@
       this.getList();
     },
     handleViewCourse(data){
-      this.$refs.courseDialogRef.openDialog(data);
+      this.$refs.courseDialogRef.openDialog(data,'batch');
     },
     openStudent(data) {
-      this.$refs.studentDialog.openDialog(data);
+      this.$refs.studentDialog.openDialog(data,'batch');
     },
     openClassHour(data){
       this.$refs.classRef.openDialog(data)

--
Gitblit v1.9.2