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