From 9a0ff765f3ecb5fe2e22d03e20231c97541ab4f7 Mon Sep 17 00:00:00 2001 From: "1960116313@qq.com" <1960116313@qq.com> Date: Tue, 30 Jan 2024 17:21:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/task/components/HisTory/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/task/components/HisTory/index.vue b/src/views/task/components/HisTory/index.vue index 0b1235c..555399e 100644 --- a/src/views/task/components/HisTory/index.vue +++ b/src/views/task/components/HisTory/index.vue @@ -7,7 +7,6 @@ import { LeftOutlined, RightOutlined, } from '@ant-design/icons-vue' -import zhCN from 'ant-design-vue/lib/locale/zh_CN' import type { HistoryType } from './index.d' import { history } from '@/api/task/index'