WXL (wul)
2026-07-01 52fcab294f28efd0fb6fcacdd3bfd039fbc1d1a9
1
2
3
4
5
import dayjs from 'dayjs';
// 过滤器
export const formatTime=(val)=>{
    return dayjs(val).format('YYYY-MM-DD')
  }