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