forked from drone/command-center-dashboard

张含笑
2025-04-12 bb9b31d8abc6578fa451cc545658115d0da4ff50
src/views/Home/HomeLeft/MachineNestList.vue
@@ -1,6 +1,6 @@
<!-- 机巢详情列表 -->
<template>
   <common-title text="返回" :style="{ marginLeft: pxToRem(14) }" @details="detailsFun"></common-title>
   <common-title title="机巢概况" text="返回" :style="{ marginLeft: pxToRem(14) }" @details="detailsFun"></common-title>
   <div class="machine-nest-list">
      <MachineNestTotal @searchNickName="handleSearch" />
      <div class="content-wrapper">
@@ -26,7 +26,7 @@
               </div>
            </div>
         </div>
         <!-- <div class="pagination-container">
         <div class="pagination-container">
            <el-pagination
               v-model:current-page="pageParams.current"
               v-model:page-size="pageParams.size"
@@ -37,7 +37,7 @@
               @current-change="handleCurrentChange"
               background
            />
         </div> -->
         </div>
      </div>
   </div>
</template>
@@ -71,7 +71,6 @@
      if (res.data.code !== 0) return
      tableList.value = res.data.data.records
      pageParams.value.total = res.data.data.total
      console.log('标题', tableList.value)
   })
}
@@ -153,7 +152,7 @@
            margin-top: 10px;
            height: 120px;
         }
         img {
            width: 45px;
@@ -244,4 +243,4 @@
      }
   }
}
</style>
</style>