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