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