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