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