WXL
2025-04-30 6be49398a90a339a6c72ac9ea7a09fc368acda87
1
2
3
4
5
import dayjs from 'dayjs';
// 过滤器
export const formatTime=(val)=>{
    return dayjs(val).format('YYYY-MM-DD')
  }