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