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