소스 검색

添加字段

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"

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.