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