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