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' }, {