🐛 任务状态不回显

This commit is contained in:
不做码农 2023-05-26 09:32:26 +08:00
parent 769685aef9
commit f2617c2acb

View File

@ -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([])