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