|  |  | 
 |  |  |                      @click="exportExcel">导出</el-button> | 
 |  |  |         </li> | 
 |  |  |       </ul> | 
 |  |  |       <el-table | 
 |  |  |           :height="tableHeightNew" | 
 |  |  |       <el-table :height="tableHeightNew+10" | 
 |  |  |         v-loading="isWorking.search" | 
 |  |  |         :data="tableData.list" | 
 |  |  |         stripe | 
 |  |  | 
 |  |  |           </template> | 
 |  |  |         </el-table-column> | 
 |  |  |         <el-table-column prop="carCode" label="车牌号" min-width="100px"></el-table-column> | 
 |  |  | <!--        <el-table-column prop="carBizType" label="车辆业务类型" min-width="100px"> | 
 |  |  | <!--    <el-table-column prop="carBizType" label="车辆业务类型" min-width="100px"> | 
 |  |  |           <template slot-scope="{row}"> | 
 |  |  |             <template v-if="row.carCode"> | 
 |  |  |               <span  v-if="row.carBizType ==0">访客车辆</span> | 
 |  |  | 
 |  |  | export default { | 
 |  |  |   name: 'InoutRecord', | 
 |  |  |   extends: BaseTable, | 
 |  |  |   components: {  TableLayout, Pagination, OperaInoutRecordWindow }, | 
 |  |  |   components: { TableLayout, Pagination, OperaInoutRecordWindow }, | 
 |  |  |   data () { | 
 |  |  |     return { | 
 |  |  |       // 搜索 |