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