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