Browse Source

Merge branch 'master' of https://git.cocorobo.cn/CocoRoboLabs/pbl-teacher-table

lsc 2 years ago
parent
commit
c4dff82a3e
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">