🐛 任务状态不回显

This commit is contained in:
不做码农 2023-05-26 09:31:52 +08:00
parent 58d8f7a3a7
commit b3b0401d20

View File

@ -310,8 +310,8 @@ export default {
logTitle: '', logTitle: '',
// //
isStartOptions: [ isStartOptions: [
{ dictLabel: '运行中', dictValue: 'true' }, { dictLabel: '运行中', dictValue: '1' },
{ dictLabel: '已停止', dictValue: 'false', listClass: 'danger' } { dictLabel: '已停止', dictValue: '0', listClass: 'danger' }
], ],
// //
jobGroupOptions: [], jobGroupOptions: [],