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