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