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