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