| | |
| | | </div> |
| | | <div class="basic-line"> |
| | | <span>任务状态:</span> |
| | | <el-select v-model="tableData.params.taskStatus" clearable filterable class="input-box" placeholder="执行班组"> |
| | | <el-select v-model="tableData.params.taskStatus" clearable filterable class="input-box" placeholder="任务状态"> |
| | | <el-option v-for="item in taskStatusList" :key="item.id" :label="item.name" :value="item.id"></el-option> |
| | | </el-select> |
| | | </div> |
| | |
| | | </el-tag> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column property="taskClaimTime" label="认领时间"> |
| | | <template #default="scope"> |
| | | {{scope.row.taskClaimTime?scope.row.taskClaimTime:'--'}} |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column property="reportTime" label="填报时间"> |
| | | <template #default="scope"> |
| | | {{scope.row.reportTime?scope.row.reportTime:'--'}} |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column property="taskTimeConsuming" label="巡检耗时"> |
| | | <template #default="scope"> |
| | | {{scope.row.taskTimeConsuming?scope.row.taskTimeConsuming:'--'}} |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column property="resultStatus" label="巡检结果"> |
| | | <template #default="scope"> |
| | | <span> |
| | |
| | | pageSize: 10, |
| | | taskName: null, |
| | | taskType: null, |
| | | taskStatus: 2, |
| | | taskStatus: null, |
| | | execUserId: null, |
| | | execClassgroupId: null, |
| | | execDepId: null, |