WXL (wul)
2026-01-06 8dfc9189443d7baf2e73d99a73e1b20eefba366e
1
2
3
4
5
import dayjs from 'dayjs';
// 过滤器
export const formatTime=(val)=>{
    return dayjs(val).format('YYYY-MM-DD')
  }