From c057c2ae210cdca58a0f44854b4c44111edfa0cb Mon Sep 17 00:00:00 2001 From: AoXuan Date: Sun, 31 Aug 2025 23:19:34 +0800 Subject: [PATCH] =?UTF-8?q?fix(Plans):=20=E4=BF=AE=E5=A4=8D=E8=BF=9E?= =?UTF-8?q?=E6=88=98=E6=AC=A1=E6=95=B0=E4=B8=BA0=E6=97=B6=E5=BA=94?= =?UTF-8?q?=E8=AF=A5=E6=98=AF=E4=B8=8D=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/Plans.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/Plans.vue b/frontend/src/views/Plans.vue index c7c3331..9f4f1e1 100644 --- a/frontend/src/views/Plans.vue +++ b/frontend/src/views/Plans.vue @@ -431,7 +431,7 @@ const getSelectOptions = (columnKey: string, taskName: string) => { switch (taskName) { case '连战次数': return [ - { label: '0', value: '0' }, + { label: '不选择', value: '0' }, { label: '1', value: '1' }, { label: '2', value: '2' }, { label: '3', value: '3' },