From 344ca06cd9e29d894049527b2e307094464ec83a Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 26 Jun 2025 18:02:11 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/test' into test
---
src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue b/src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue
index 59731bd..f3f88f0 100644
--- a/src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue
+++ b/src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue
@@ -20,11 +20,11 @@
:style="{
color:
scope.row.status === 1
- ? '#ffe17e'
+ ? '#00CDC2'
: scope.row.status === 2
- ? '#ffa768'
+ ? '#FF720F'
: scope.row.status === 3
- ? '#8effac'
+ ? '#00AA2D'
: scope.row.status === 5
? '#FF4848'
: scope.row.status === 7
--
Gitblit v1.9.3