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