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