mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-24 18:22:53 +08:00
教师修改
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
{{scope.row.waitStatus=='0'?'在职': scope.row.waitStatus=='1' ? '离职' :''}}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="认证状态" width="90" :filters="[{ text: '未认证', value: '0'}, { text: '已认证', value: '1' }]"
|
||||
<el-table-column label="认证状态" width="90" :filters="[{ text: '未认证', value: 0}, { text: '已认证', value: 1 }]"
|
||||
:filter-method="filterCertification">
|
||||
<template slot-scope="scope">
|
||||
{{scope.row.certStatus==0 ?'未认证': scope.row.certStatus==1 ? '已认证' :''}}
|
||||
@@ -258,6 +258,7 @@
|
||||
showTeacherDetails(val) {
|
||||
if(!val) {
|
||||
this.teacherDetailsId = '';
|
||||
this.teacherDetailId = '';
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user