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