From f2617c2acb71c4f1c90af3effa59c568a4c6b12f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Fri, 26 May 2023 09:32:26 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BB=BB=E5=8A=A1=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E4=B8=8D=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/monitor/job/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/monitor/job/index.vue b/src/views/monitor/job/index.vue index fab5cbd..e53a0bf 100644 --- a/src/views/monitor/job/index.vue +++ b/src/views/monitor/job/index.vue @@ -371,8 +371,8 @@ const queryRef = ref(null) // 任务状态字典 const isStartOptions = ref([ - { dictLabel: '运行中', dictValue: 'true', listClass: 'success' }, - { dictLabel: '已停止', dictValue: 'false', listClass: 'danger' } + { dictLabel: '运行中', dictValue: '1', listClass: 'success' }, + { dictLabel: '已停止', dictValue: '0', listClass: 'danger' } ]) // 任务组名字典 const jobGroupOptions = ref([])