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