heimawl
2023-06-20 55b71c3e08d6cac94d7b4c459450700bd86cb648
1
2
3
4
5
import dayjs from 'dayjs';
// 过滤器
export const formatTime=(val)=>{
    return dayjs(val).format('YYYY-MM-DD')
  }