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