From 2b353094ebc697fdb19e0ffdafd474b113cbf796 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Thu, 8 Jan 2026 17:57:54 +0800 Subject: [PATCH] chore: 1 --- .../views/certd/pipeline/pipeline/component/step-form/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/certd-client/src/views/certd/pipeline/pipeline/component/step-form/index.vue b/packages/ui/certd-client/src/views/certd/pipeline/pipeline/component/step-form/index.vue index b3217fae9..dd4db4d65 100644 --- a/packages/ui/certd-client/src/views/certd/pipeline/pipeline/component/step-form/index.vue +++ b/packages/ui/certd-client/src/views/certd/pipeline/pipeline/component/step-form/index.vue @@ -414,7 +414,7 @@ const runStrategyProps = ref({ name: "a-select", vModel: "value", options: [ - { value: 0, label: "正常运行(只有证书申请任务需要选择它)" }, + { value: 0, label: "正常运行(仅证书申请任务需要选它,除非你需要这个任务不跳过,每次都运行)" }, { value: 1, label: "成功后跳过(其他任务请选择它)" }, ], },