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