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