Browse Source

添加班级

zengyicheng 2 years ago
parent
commit
f47e6f60f9
1 changed files with 7 additions and 1 deletions
  1. 7 1
      src/components/pages/studentWorks.vue

+ 7 - 1
src/components/pages/studentWorks.vue

@@ -89,7 +89,13 @@
               <el-table-column
                 prop="name"
                 label="学生名称"
-                min-width="70"
+                min-width="30"
+                align="center"
+              ></el-table-column>
+              <el-table-column
+                prop="className"
+                label="班级"
+                min-width="40"
                 align="center"
               ></el-table-column>
               <el-table-column label="操作" min-width="30">