WXL
2023-11-21 6d3e75d248256fe9860beb91161265af3b39e982
1
2
3
4
5
import dayjs from 'dayjs';
// 过滤器
export const formatTime=(val)=>{
    return dayjs(val).format('YYYY-MM-DD')
  }