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