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