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