From d1e5f96ad319e7ab035317b0f1e9a03e83d5de4f Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期四, 15 六月 2023 14:33:35 +0800
Subject: [PATCH] 修改课目列表

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

diff --git a/src/views/education/subject/list.vue b/src/views/education/subject/list.vue
index 8025b88..39ac2b6 100644
--- a/src/views/education/subject/list.vue
+++ b/src/views/education/subject/list.vue
@@ -18,7 +18,7 @@
     <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="levelName" 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