WXL
2024-07-18 b09476a8669551619c1f8b57158c064b13499437
1
2
3
4
5
import dayjs from 'dayjs';
// 过滤器
export const formatTime=(val)=>{
    return dayjs(val).format('YYYY-MM-DD')
  }