11
heimawl
2023-08-07 351fc952ce57d906e0f46fc819f42433f76162e8
1
2
3
4
5
import dayjs from 'dayjs';
// 过滤器
export const formatTime=(val)=>{
    return dayjs(val).format('YYYY-MM-DD')
  }