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