From 81c81ad6899496bbb46a59c815503f1f90bc4718 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Fri, 03 Jul 2026 10:43:15 +0800
Subject: [PATCH] 中科大支线-修改

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

diff --git a/src/views/onlineEducation/classHourBatch/index.vue b/src/views/onlineEducation/classHourBatch/index.vue
index 324aa3a..2281b0b 100644
--- a/src/views/onlineEducation/classHourBatch/index.vue
+++ b/src/views/onlineEducation/classHourBatch/index.vue
@@ -57,9 +57,6 @@
       <el-table-column label="总课时" prop="coursePeriodNum" align="center"  />
       <el-table-column label="已完成人数" prop="finishCount" align="center"  />
       <el-table-column label="完成率" prop="finishRate" align="center">
-        <template #default="scope">
-          <span>{{scope.row.finishRate.toFixed(2)}}</span>
-        </template>
       </el-table-column>
       <el-table-column label="操作" align="center" class-name="small-padding fixed-width"  width="180">
         <template #default="scope">

--
Gitblit v1.9.2