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