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