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