| | |
| | | <span :class="thisShowIndex===10?'selectedTimeline':''">工伤案件</span> |
| | | </el-timeline-item> |
| | | <el-timeline-item @click.native="isShow(showArr[11].show, 11)"> |
| | | <span :class="thisShowIndex===11?'selectedTimeline':''">劳资案件</span> |
| | | <span :class="thisShowIndex===11?'selectedTimeline':''">仲裁案件</span> |
| | | </el-timeline-item> |
| | | <el-timeline-item @click.native="isShow(showArr[12].show, 12)"> |
| | | <span :class="thisShowIndex===12?'selectedTimeline':''">不良记录</span> |
| | |
| | | params.pageNum = this.pagination.num |
| | | this.$download('hr/empLaborTrouble/export', { |
| | | ...params, ...this.queryParams |
| | | }, `劳资案件_${new Date().getTime()}.xlsx`) |
| | | }, `仲裁案件_${new Date().getTime()}.xlsx`) |
| | | }, |
| | | blexportExcel(params = {}) { |
| | | params.pageSize = this.pagination.size |