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