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