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