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