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