Parcourir la source

修改老师列表状态判断

lex-xin il y a 5 ans
Parent
commit
7d964244af

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
dist/index.html


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
dist/static/js/chunk-20c5063f.b8bbc390.js


+ 3 - 1
src/views/teacherManager/teacherList.vue

@@ -134,7 +134,9 @@
           </el-table-column>
           <el-table-column align="center"
                            label="人事状态">
-            <template slot-scope="scope">{{ scope.row.isProbationPeriod | isProbationPeriod }} </template>
+            <template slot-scope="scope">
+              {{ scope.row.isProbationPeriod == 0 ? '正式' : '试用' }}
+            </template>
           </el-table-column>
           <el-table-column align="center"
                            prop="vipNum"

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff