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