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