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