🐛 任务状态不回显
This commit is contained in:
parent
58d8f7a3a7
commit
b3b0401d20
@ -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: [],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user