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