吉安感知网项目-前端
张含笑
2026-01-28 068a41b7ae921f74fde1dd4e0903f7fcfcfaa8e5
applications/drone-command/src/views/job/components/TaskIntermediateContent/TaskTable.vue
@@ -1,5 +1,5 @@
<template>
   <div class="table-container ztzf-table">
   <div class="table-container command-table">
      <div class="taskTableTitle"><span>可飞行机巢列表</span></div>
      <el-table
         :data="tableData"
@@ -19,7 +19,7 @@
      </el-table>
      <div class="pagination">
         <el-pagination
            class="ztzf-pagination"
            class="command-pagination"
            v-model:current-page="pagingParams.page"
            v-model:page-size="pagingParams.size"
            layout=" prev, pager, next"