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