|
@@ -66,7 +66,7 @@
|
|
<el-table-column align='center' prop="subjectId"
|
|
<el-table-column align='center' prop="subjectId"
|
|
label="老师状态">
|
|
label="老师状态">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- {{ scope.row.lockFlag == 1 ? '冻结' : '正常' }}
|
|
|
|
|
|
+ {{ scope.row.lockFlag | teacherStatus }}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column align='center'
|
|
<el-table-column align='center'
|