讲师认证管理认证
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
@@ -150,6 +150,13 @@ const attestation = [
|
||||
{name:'终稿已上传',success:'su1.png',error:'',initial:'s3.png'},
|
||||
{name:'认证',success:'su2.png',error:'e1.png',initial:'s4.png'},
|
||||
]
|
||||
//下载课件
|
||||
const downLoadCoures = (id) => {
|
||||
console.log(id,'id')
|
||||
if(id){
|
||||
window.open(`/activityApi/teacher/download?id=${id}`)
|
||||
}
|
||||
}
|
||||
//老师重置
|
||||
const resetTeacher = ()=>{
|
||||
addTeacherList()
|
||||
@@ -366,7 +373,7 @@ const getTeacher2 =async()=>{
|
||||
pageNo: 1,
|
||||
pageSize: 8,
|
||||
examineId: route.query.id.toString(),
|
||||
secondResult: '1',
|
||||
secondResult: '0',
|
||||
reviewResult:value.value,
|
||||
keyWord:value3.value
|
||||
})
|
||||
@@ -389,7 +396,7 @@ const getTeacher =async()=>{
|
||||
pageNo: current1.value,
|
||||
pageSize: 8,
|
||||
examineId: route.query.id.toString(),
|
||||
secondResult: "0"
|
||||
secondResult: "1"
|
||||
})
|
||||
console.log(res,'resaaaa')
|
||||
total.value = res.data.total
|
||||
@@ -1143,7 +1150,7 @@ const options1 = ref([{
|
||||
<div style="width: 559px;height: 56px;line-height: 56px;border: 1px solid #F0F6FC;padding-left:16px;">
|
||||
<img src="" alt="">
|
||||
学习能力提升课件.pptx
|
||||
<a href="">下载</a>
|
||||
<span style="" @click="downLoadCoures(techerDetail?.coursewareId)">下载</span>
|
||||
</div>
|
||||
<div style="width: 136px;height: 56px;line-height: 56px;background: #FFFFFF;border: 1px solid #F0F6FC;padding-left:16px;">上传时间</div>
|
||||
<div style="width: 342px;height: 56px;line-height: 56px;border: 1px solid #F0F6FC;padding-left:16px;">{{techerDetail?.uploadTime}}</div>
|
||||
|
||||