|  |  | 
 |  |  |          <right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar>
 | 
 |  |  |       </el-row>
 | 
 |  |  | 
 | 
 |  |  |       <el-table v-loading="loading" :data="jobList" @selection-change="handleSelectionChange">
 | 
 |  |  |       <el-table v-loading="loading" :data="jobList" @selection-change="handleSelectionChange" stripe>
 | 
 |  |  |          <el-table-column type="selection" width="55" align="center" />
 | 
 |  |  |          <el-table-column label="任务编号" width="100" align="center" prop="jobId" />
 | 
 |  |  |          <el-table-column label="任务名称" align="center" prop="jobName" :show-overflow-tooltip="true" />
 |