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