|
@@ -104,8 +104,8 @@
|
|
|
</el-select> -->
|
|
|
</div>
|
|
|
<div style="margin-right: 10px;position: relative;" v-if="stype == 2 || stype == 3">
|
|
|
- <el-input v-model="courseName" class="student_input" placeholder="请输入需要搜索的姓名"></el-input>
|
|
|
- <span class="serach_icon" @click="searchCourse" :disabled="!(!peopleId)"></span>
|
|
|
+ <el-input v-model="courseName" class="student_input" :disabled="!(!peopleId)" placeholder="请输入需要搜索的姓名"></el-input>
|
|
|
+ <span class="serach_icon" @click="searchCourse" ></span>
|
|
|
</div>
|
|
|
<div class="btnA" v-if="stype == 1 && !pdfLoading" @click="exportPDF">导出PDF</div>
|
|
|
<div class="btnA" v-if="stype == 2" @mouseenter="btnDisplay = true" @mouseleave="btnDisplay = false">
|