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