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