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