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