WXL
2023-12-04 0d9583387e729001c30668ca851564ef3675bc62
1
2
3
4
5
import dayjs from 'dayjs';
// 过滤器
export const formatTime=(val)=>{
    return dayjs(val).format('YYYY-MM-DD')
  }