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