rename data->date

This commit is contained in:
SliverHorn
2020-10-26 18:33:45 +08:00
parent 970b2d21a9
commit 7cb172d60a
8 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ import {
find{{.StructName}},
get{{.StructName}}List
} from "@/api/{{.PackageName}}"; // 此处请自行替换地址
import { formatTimeToStr } from "@/utils/data";
import { formatTimeToStr } from "@/utils/date";
import infoList from "@/components/mixins/infoList";
export default {