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