|
|
@ -22,8 +22,6 @@ const emit = defineEmits(['handleHsigns']) |
|
|
|
|
|
|
|
|
|
|
|
dayjs.locale('zh-cn') |
|
|
|
dayjs.locale('zh-cn') |
|
|
|
|
|
|
|
|
|
|
|
const china = zhCN.Calendar |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const data = ref(dayjs()) |
|
|
|
const data = ref(dayjs()) |
|
|
|
const yam = ref(dayjs(data.value).format('YYYY-MM')) // 历史记录参数yyyy-MM |
|
|
|
const yam = ref(dayjs(data.value).format('YYYY-MM')) // 历史记录参数yyyy-MM |
|
|
|
const datesData = ref<HistoryType[]>([]) // 历史记录列表 |
|
|
|
const datesData = ref<HistoryType[]>([]) // 历史记录列表 |
|
|
@ -107,7 +105,6 @@ const getCellTypeClass = function (value: { $D: number }) { |
|
|
|
<Calendar |
|
|
|
<Calendar |
|
|
|
v-model:value="data" |
|
|
|
v-model:value="data" |
|
|
|
:fullscreen="false" |
|
|
|
:fullscreen="false" |
|
|
|
:locale="china" |
|
|
|
|
|
|
|
> |
|
|
|
> |
|
|
|
<template #headerRender="{ value }"> |
|
|
|
<template #headerRender="{ value }"> |
|
|
|
<div class="header"> |
|
|
|
<div class="header"> |
|
|
|