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