From 51d1fdf43d50fbdfb52a95a59bf738b918f9ed93 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 15 三月 2024 15:16:25 +0800
Subject: [PATCH] 成绩统计增加时间查询

---
 src/views/education/subject/list.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/views/education/subject/list.vue b/src/views/education/subject/list.vue
index 39ac2b6..9299e88 100644
--- a/src/views/education/subject/list.vue
+++ b/src/views/education/subject/list.vue
@@ -16,7 +16,6 @@
     </el-form>
 
     <el-table v-loading="listLoading" :data="tableData" border fit highlight-current-row style="width: 100%">
-      <el-table-column prop="id" label="Id" />
       <el-table-column prop="name" label="璇剧洰"/>
 <!--      <el-table-column prop="levelName" label="閮ㄩ棬" />-->
       <el-table-column width="220px" label="鎿嶄綔" align="center">

--
Gitblit v1.8.0