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