WXL
2025-03-04 32674b04eb3cb387d54303f4a58f9b4c3a851ed2
1
2
3
4
5
import dayjs from 'dayjs';
// 过滤器
export const formatTime=(val)=>{
    return dayjs(val).format('YYYY-MM-DD')
  }