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