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