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