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