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