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