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