WXL (wul)
2025-09-26 5434eca9e35826acd42eee3b6e89c6e8e14925d5
1
2
3
4
5
import dayjs from 'dayjs';
// 过滤器
export const formatTime=(val)=>{
    return dayjs(val).format('YYYY-MM-DD')
  }