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: [],