From 78a090d376ec74691d287915415c56716ec979ca Mon Sep 17 00:00:00 2001 From: "1960116313@qq.com" <1960116313@qq.com> Date: Tue, 30 Jan 2024 10:12:43 +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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/task/components/HisTory/index.vue b/src/views/task/components/HisTory/index.vue index 47c0fe9..0b1235c 100644 --- a/src/views/task/components/HisTory/index.vue +++ b/src/views/task/components/HisTory/index.vue @@ -22,8 +22,6 @@ const emit = defineEmits(['handleHsigns']) dayjs.locale('zh-cn') -const china = zhCN.Calendar - const data = ref(dayjs()) const yam = ref(dayjs(data.value).format('YYYY-MM')) // 历史记录参数yyyy-MM const datesData = ref([]) // 历史记录列表 @@ -107,7 +105,6 @@ const getCellTypeClass = function (value: { $D: number }) {