From b3b0401d20e0b8d1e519976c0fce35c04baa55d3 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:31:52 +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 --- ZR.Vue/src/views/monitor/job/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ZR.Vue/src/views/monitor/job/index.vue b/ZR.Vue/src/views/monitor/job/index.vue index 417d14e..2976c98 100644 --- a/ZR.Vue/src/views/monitor/job/index.vue +++ b/ZR.Vue/src/views/monitor/job/index.vue @@ -310,8 +310,8 @@ export default { logTitle: '', // 任务状态字典 isStartOptions: [ - { dictLabel: '运行中', dictValue: 'true' }, - { dictLabel: '已停止', dictValue: 'false', listClass: 'danger' } + { dictLabel: '运行中', dictValue: '1' }, + { dictLabel: '已停止', dictValue: '0', listClass: 'danger' } ], // 任务组名字典 jobGroupOptions: [],