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