|  |  | 
 |  |  |       </template> | 
 |  |  |     </QueryForm> | 
 |  |  |     <!--  --> | 
 |  |  |     <el-tabs v-model="filters.queryType" @tab-click="(e) => getHeadData(1)"> | 
 |  |  |     <el-tabs v-model="filters.queryType" @tab-click="(e) => getHeadData(1)" class="el-tabs-ele"> | 
 |  |  |       <el-tab-pane label="待处理" name="0"> | 
 |  |  |         <template #label> | 
 |  |  |           <span>待处理 | 
 |  |  | 
 |  |  |         </template> | 
 |  |  |       </el-tab-pane> | 
 |  |  |     </el-tabs> | 
 |  |  |     <el-table v-loading="loading" :data="dataList" stripe row-key="id" class="mb20" default-expand-all> | 
 |  |  |     <el-table :height="tableHeightNew" v-loading="loading" :data="dataList" stripe row-key="id"   default-expand-all> | 
 |  |  |       <el-table-column label="处理事项" min-width="160"> | 
 |  |  |         <template slot-scope="{ row }"> {{ row.title }} | 
 |  |  |         </template> | 
 |  |  | 
 |  |  |   taskCenterPage, | 
 |  |  |   taskSignRead | 
 |  |  | } from '@/api' | 
 |  |  | import BaseComputHeight from '@/components/base/BaseComputHeight' | 
 |  |  | export default { | 
 |  |  |   extends: BaseComputHeight, | 
 |  |  |   components: { | 
 |  |  |     TaskDetail, | 
 |  |  |     VisReportDetail, | 
 |  |  | 
 |  |  |     }, | 
 |  |  |     handleSizeChange(capacity) { | 
 |  |  |       this.pagination.capacity = capacity | 
 |  |  |       this.getHeadData(1) | 
 |  |  |     } | 
 |  |  |   } | 
 |  |  | } |