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