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