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