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