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