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