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