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