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