From 2b3277dffa7afccba13ab281bf0a3e8c0b9cbc3f Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 10 Apr 2025 15:18:11 +0800
Subject: [PATCH] feat: 新增巡检任务详情弹框样式

---
 src/views/Home/HomeLeft/OverviewNext.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/views/Home/HomeLeft/OverviewNext.vue b/src/views/Home/HomeLeft/OverviewNext.vue
index 60e2327..c208113 100644
--- a/src/views/Home/HomeLeft/OverviewNext.vue
+++ b/src/views/Home/HomeLeft/OverviewNext.vue
@@ -1,6 +1,6 @@
 <!-- 机巢概况 -->
 <template>
-  <common-title :style="{ marginLeft: pxToRem(14) }" @details="detailsFun"></common-title>
+  <common-title title="机巢概况" :style="{ marginLeft: pxToRem(14) }" @details="detailsFun"></common-title>
   <div class="overview-next">
     <MachineNestTotal @searchNickName="handleSearch" />
     <div class="table-list">
@@ -56,7 +56,6 @@
 const getTableList = () => {
   const params = {
     nickname: searchText.value,
-    is_execute: true,
     current: pageParams.value.current,
     size: pageParams.value.size
   };
@@ -114,7 +113,7 @@
   border-radius: 0px 0px 0px 0px;
   opacity: 0.85;
   margin-bottom: 10px;
-  
+
   .table-list {
     font-family: Source Han Sans CN, Source Han Sans CN;
     margin: 16px;

--
Gitblit v1.9.3