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