From 68b8ed3b4b7ddbb5fe113c1d7df3aa909dc66fb6 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期三, 03 七月 2024 18:37:29 +0800
Subject: [PATCH] feat:新增随机时间题目配置

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

diff --git a/src/views/education/subject/list.vue b/src/views/education/subject/list.vue
index 8025b88..092f6d3 100644
--- a/src/views/education/subject/list.vue
+++ b/src/views/education/subject/list.vue
@@ -16,9 +16,8 @@
     </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 prop="name" label="璇剧洰鍚嶇О"/>
+      <el-table-column prop="deptNames" label="鎵�灞為儴闂�" />
       <el-table-column width="220px" label="鎿嶄綔" align="center">
         <template slot-scope="{row}">
           <router-link :to="{path:'/education/subject/edit', query:{id:row.id}}" class="link-left">

--
Gitblit v1.8.0