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