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