Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/issue15692' into issue15692
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianqi-Dotes committed Mar 11, 2024
2 parents deee32f + ad53116 commit 382025a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 382025a

Please sign in to comment.