From bb9b31d8abc6578fa451cc545658115d0da4ff50 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Sat, 12 Apr 2025 13:36:09 +0800
Subject: [PATCH] feat: 更换返回按钮

---
 src/views/Home/HomeLeft/MachineNestList.vue |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/views/Home/HomeLeft/MachineNestList.vue b/src/views/Home/HomeLeft/MachineNestList.vue
index 5831f29..34dc865 100644
--- a/src/views/Home/HomeLeft/MachineNestList.vue
+++ b/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>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3