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