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