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