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