Skip to content

Commit

Permalink
Merge branch 'dev' into issue15692
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianqi-Dotes authored Mar 11, 2024
2 parents a379a02 + af57812 commit ad53116
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 ad53116

Please sign in to comment.