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