From 12c937b7dbeae43c11b053d12cc521221f40cb44 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 22 Apr 2025 08:56:28 +0800 Subject: [PATCH] cont --- src/forge/DevOps/cardList/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/forge/DevOps/cardList/index.jsx b/src/forge/DevOps/cardList/index.jsx index 7986ea427..bce3565d9 100644 --- a/src/forge/DevOps/cardList/index.jsx +++ b/src/forge/DevOps/cardList/index.jsx @@ -128,7 +128,7 @@ function CardDevops(props) {

- {statusEnum[+e.run_data.status] || ((!e.json && !e.yaml) ? "待启动" : "待设计")} + {statusEnum[+e.run_data.status] || ((!e.json && !e.yaml) ? "待设计" : "待启动")} {!!e.run_data.total && #{e.run_data.total}    {timeAgo(e.run_data.stopped)} 执行时长{secondsToTimeFormat(e.run_data.length)}}

分支:{e.branch}