WXL
2025-07-09 20cd2de7d94ed11c13b7ce4ad3aebb31e6d2759b
1
2
3
4
5
import dayjs from 'dayjs';
// 过滤器
export const formatTime=(val)=>{
    return dayjs(val).format('YYYY-MM-DD')
  }