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