Browse Source

添加字段

lex-xin 5 years ago
parent
commit
7ae2b3488a

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-49f1f558.725aec54.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-49f1f558.bbaea738.js


+ 5 - 0
src/views/studentManager/components/studentRecord.vue

@@ -102,6 +102,11 @@
             </div>
             </div>
           </template>
           </template>
         </el-table-column>
         </el-table-column>
+        <el-table-column align="center" label="教学模式">
+          <template slot-scope="scope">
+            <div>{{ scope.row.teachMode | teachMode }}</div>
+          </template>
+        </el-table-column>
       </el-table>
       </el-table>
       <pagination
       <pagination
         :total="pageInfo.total"
         :total="pageInfo.total"

Some files were not shown because too many files changed in this diff