|
|
@ -44,7 +44,7 @@ |
|
|
|
|
|
|
|
<div data-tname="考勤" data-pid="1451447721818071040" data-uid="1217647686598135808" data-rid="rid333" data-tid="tid444" data-did="did555" style="height:50px;width:100%"> |
|
|
|
<div data-root="p1449944565271502848" style="height:100%;width:100%;"> |
|
|
|
<div class="teacher-box" style="display: none;"> |
|
|
|
<div class="teacher-box"> |
|
|
|
<div class="title"></div> |
|
|
|
<div class="flex justify-between"> |
|
|
|
<div class="text-sm">培训委派</div> |
|
|
@ -89,12 +89,12 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="teacher-title"> |
|
|
|
<!-- <div class="teacher-title"> |
|
|
|
<div class="title"></div> |
|
|
|
<div class="flex justify-between"> |
|
|
|
<div class="text-sm">培训委派</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> --> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
@ -232,10 +232,10 @@ |
|
|
|
refuseReason.innerHTML = data.remark; |
|
|
|
} |
|
|
|
|
|
|
|
var teacherTitle = that.dom.querySelector('.teacher-title'); |
|
|
|
var teacherBox = that.dom.querySelector('.teacher-box'); |
|
|
|
teacherTitle.style.display = 'none'; |
|
|
|
teacherBox.style.display = 'block'; |
|
|
|
// var teacherTitle = that.dom.querySelector('.teacher-title'); |
|
|
|
// var teacherBox = that.dom.querySelector('.teacher-box'); |
|
|
|
// teacherTitle.style.display = 'none'; |
|
|
|
// teacherBox.style.display = 'block'; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|