zhouwx
2024-07-05 1f34754ce77199ffb9bbea09c5ef34e03e30f881
src/views/onlineEducation/courseSupervision/index.vue
@@ -25,7 +25,7 @@
    </div>
    <el-table v-loading="loading" :data="expertList" style="margin-top: 10px">
      <el-table-column label="课程标识" align="center" prop="courseCode" />
      <el-table-column label="所属机构" align="center" prop="trainOrgName" />
      <el-table-column label="上报平台" align="center" prop="institutionName" />
      <el-table-column label="课程名称" align="center" prop="courseName" />
      <el-table-column label="课程章节数" align="center" prop="courseNum" >
        <template #default="scope">
@@ -150,10 +150,10 @@
      this.getList();
    },
    handleViewCourse(data){
      this.$refs.courseDialogRef.openDialog(data);
      this.$refs.courseDialogRef.openDialog(data,'course');
    },
    openStudent(data) {
      // this.$refs.studentDialog.openDialog(data);
      this.$refs.studentDialog.openDialog(data,'course');
    },
    check(val){
      this.$confirm('此操作将审核该条数据, 是否继续?', '提示', {