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