Jelajahi Sumber

修改老师列表状态判断

lex-xin 5 tahun lalu
induk
melakukan
7d964244af

File diff ditekan karena terlalu besar
+ 0 - 0
dist/index.html


File diff ditekan karena terlalu besar
+ 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"

Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini