mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-02 04:08:31 +08:00
fix switch status button not show correctly (#15686)
Co-authored-by: xiangzihao <460888207@qq.com>
This commit is contained in:
parent
c61b81e0c6
commit
af578124a5
@ -147,6 +147,7 @@ export function useTable(
|
||||
parseTime(item.updateTime),
|
||||
'yyyy-MM-dd HH:mm:ss'
|
||||
)
|
||||
item.status = (item.status == 'YES') ? 1 : 0
|
||||
return {
|
||||
...item
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user