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