2023-02-23

功能完善
This commit is contained in:
2023-02-23 01:38:38 +08:00
parent ea77790d1b
commit 932ebc04c7
7 changed files with 744 additions and 636 deletions

View File

@@ -158,7 +158,7 @@ import Api from '@/common/api';
filters: {
formatCreateTime(time) {
let date = new Date(time);
return formatDate(date, 'yyyy-MM-dd hh:mm:ss')
return formatDate(date, 'yyyy-MM-dd')
},
},
methods: {