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