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