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