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