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<HistoryType[]>([]) // 历史记录列表
@@ -107,7 +105,6 @@ const getCellTypeClass = function (value: { $D: number }) {
     <Calendar
       v-model:value="data"
       :fullscreen="false"
-      :locale="china"
     >
       <template #headerRender="{ value }">
         <div class="header">