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