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