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