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