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