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