无人机管理后台前端(已迁走)
chenyao
2025-07-12 10e83e3fe15b141c5e5d073b0059bcd5167467fc
src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue
@@ -59,7 +59,7 @@
               <template #default="scope">
                  <div
                     v-if="scope.row.status === 2"
                     class="btnItem turnBack"
                     class="btnItem"
                     link
                     type="primary"
                     @click="turnBack(scope.row)"
@@ -68,7 +68,7 @@
                  </div>
                  <div
                     v-if="scope.row.status === 1"
                     class="btnItem cancelTask"
                     class="btnItem"
                     link
                     type="primary"
                     @click="cancelTask(scope.row)"
@@ -84,10 +84,12 @@
         <el-pagination
            class="ztzf-pagination"
            popper-class="custom-pagination-dropdown"
            background
            :page-sizes="[10, 20, 30, 40]"
            :size="size"
            v-model:current-page="jobListParams.current"
            v-model:page-size="jobListParams.size"
            :page-sizes="[10, 20, 30, 40]"
            layout="prev, pager, next, sizes, jumper"
            layout="total, sizes, prev, pager, next, jumper"
            :total="total"
            @size-change="handleSizeChange"
            @current-change="handleCurrentChange"
@@ -285,7 +287,7 @@
   // 分页
   :deep(.el-pagination) {
      display: flex;
      justify-content: center;
      justify-content: right;
   }
   :deep(.el-pagination button) {
      background: center center no-repeat none !important;