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