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