综合查询

This commit is contained in:
白菜
2025-09-04 20:12:05 +08:00
parent 243724c9a6
commit c502688737
3 changed files with 220 additions and 3 deletions

View File

@ -17,7 +17,7 @@ export const formatDate = (val,toSeconds = false,onlyTime=false) => {
if(!toSeconds){
return front
} else{
return front +''+back
return front +' '+back
}