|  |  |  | 
|---|
|  |  |  | <li><el-button type="primary" :loading="isWorking.export" v-permissions="['business:deviceevent:exportExcel']" @click="exportExcel">导出</el-button></li> | 
|---|
|  |  |  | --> | 
|---|
|  |  |  | </ul> | 
|---|
|  |  |  | <el-table :max-height="tableHeight" v-loading="isWorking.search" :data="tableData.list" stripe> | 
|---|
|  |  |  | <el-table :height="tableHeightNew" v-loading="isWorking.search" :data="tableData.list" stripe> | 
|---|
|  |  |  | <!-- <el-table-column prop="userType" label="人员类型" min-width="100px"> | 
|---|
|  |  |  | <template slot-scope="{row}"> | 
|---|
|  |  |  | <span v-if="row.personType == 0">劳务访客</span> | 
|---|
|  |  |  | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | reset() { | 
|---|
|  |  |  | this.$refs.searchForm.resetFields() | 
|---|
|  |  |  | this.time = [] | 
|---|
|  |  |  | this.searchForm = { | 
|---|
|  |  |  | keyWords: '', | 
|---|
|  |  |  | companyName: '', | 
|---|
|  |  |  | personType: '', | 
|---|
|  |  |  | eventType: '', | 
|---|
|  |  |  | startTime: '', | 
|---|
|  |  |  | endTime: '', | 
|---|
|  |  |  | radio: 0 | 
|---|
|  |  |  | } | 
|---|
|  |  |  | this.searchForm.radio = '' | 
|---|
|  |  |  | // this.changeRadio('0') | 
|---|
|  |  |  | this.search() | 
|---|