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