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