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