From 5eb983f0f97753dbbc0e7ba87a9772bd0cd32a2d Mon Sep 17 00:00:00 2001 From: wyx Date: Tue, 28 Feb 2023 16:10:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=8E=B7=E5=BE=97=E8=AF=81=E4=B9=A6?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=98=BE=E7=A4=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/student/TableCertificateStudent.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/student/TableCertificateStudent.vue b/src/components/student/TableCertificateStudent.vue index 7a6a7bd6..680187d5 100644 --- a/src/components/student/TableCertificateStudent.vue +++ b/src/components/student/TableCertificateStudent.vue @@ -93,7 +93,6 @@ import { reactive, toRefs } from "vue"; import * as api from "@/api/index1"; import OrgClass from "@/components/project/OrgClass"; import { message } from "ant-design-vue"; -import { toDate } from "@/api/method"; import dayjs from "dayjs"; export default { name: "TableCertificateStudent",