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