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