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