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