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