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