From 6dad941b96d61bc37fea840773ba6023906fc9b0 Mon Sep 17 00:00:00 2001 From: zly Date: Tue, 24 Mar 2026 17:02:12 +0800 Subject: [PATCH] =?UTF-8?q?fix(componentDeploy):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=AE=9E=E4=BE=8B=E7=BC=96=E8=AF=91=E7=8A=B6=E6=80=81=E6=9E=9A?= =?UTF-8?q?=E4=B8=BE=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/const/isdp/componentDeploy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/const/isdp/componentDeploy.ts b/src/const/isdp/componentDeploy.ts index c833a17..b6fd7dc 100644 --- a/src/const/isdp/componentDeploy.ts +++ b/src/const/isdp/componentDeploy.ts @@ -85,7 +85,7 @@ export const compileStatusConstant = { export const compileStatusDic = [ { label: '未编译', - value: compileStatusConstant.BUILT_RUNNING, + value: compileStatusConstant.BUILT_NEVER, color: 'gray' }, {