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