From 02409bfbe15f22fc3b5dccadabfd860a660a49d9 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Sat, 11 Oct 2025 10:37:14 +0800
Subject: [PATCH] feat: 名称修改

---
 src/views/job/components/JobRelatedEvents.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/job/components/JobRelatedEvents.vue b/src/views/job/components/JobRelatedEvents.vue
index dc56dd8..2dd0b4a 100644
--- a/src/views/job/components/JobRelatedEvents.vue
+++ b/src/views/job/components/JobRelatedEvents.vue
@@ -13,7 +13,7 @@
 				<div class="itemchild">模糊查询:</div>
 				<el-input v-model="params.event_name" placeholder="请输入事件名称" clearable></el-input>
 			</div>
-			<div class="item">
+			<!-- <div class="item">
 				<div class="itemchild">任务执行日期:</div>
 				<el-date-picker
 					popper-class="custom-date-picker"
@@ -25,10 +25,10 @@
 					:disabled-date="disabledDate"
 					@change="changeselect"
 				/>
-			</div>
+			</div> -->
 			<div class="item">
 				<div class="itemchild">关联算法:</div>
-				<TaskAlgorithmBusiness :setWidth="186 +'px'" :showAlgorithm="true" @algorithmChange="algorithmChange" />
+				<TaskAlgorithmBusiness :setWidth="186" :showAlgorithm="true" @algorithmChange="algorithmChange" />
 			</div>
 		</div>
 		<div class="search-btn">
@@ -222,7 +222,7 @@
 }
 // 处理中
 .processing {
-	color: #ffff61;
+	color: #FFC300;
 }
 // 已完成
 .done {

--
Gitblit v1.9.3