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