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