Browse Source

fix:删除无用配置

dxj
杜贤金 1 year ago
parent
commit
78a090d376
  1. 3
      src/views/task/components/HisTory/index.vue

3
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">

Loading…
Cancel
Save