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