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