From fa11faa07eb31e9dda4ae48d6ba4b2fc32190b3b Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期二, 14 五月 2024 17:28:24 +0800
Subject: [PATCH] feat:答卷统计新需求
---
src/views/education/subject/list.vue | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/views/education/subject/list.vue b/src/views/education/subject/list.vue
index 8025b88..9299e88 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="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