sinake
7 天以前 e08ef745fe71cc863733841900584c7d13257e74
1
2
3
4
5
import dayjs from 'dayjs';
// 过滤器
export const formatTime=(val)=>{
    return dayjs(val).format('YYYY-MM-DD')
  }