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