浏览代码

添加字段

lex-xin 5 年之前
父节点
当前提交
7ae2b3488a

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-49f1f558.725aec54.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-49f1f558.bbaea738.js


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

@@ -102,6 +102,11 @@
             </div>
           </template>
         </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>
       <pagination
         :total="pageInfo.total"

部分文件因为文件数量过多而无法显示