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