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