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