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