11
heimawl
2023-07-12 b77e3962cc06407e7b32c78b466435ef9e62e427
1
2
3
4
5
import dayjs from 'dayjs';
// 过滤器
export const formatTime=(val)=>{
    return dayjs(val).format('YYYY-MM-DD')
  }