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