修改日志

This commit is contained in:
guanj
2026-01-12 14:49:21 +08:00
parent 77617412dd
commit 379951699d
4 changed files with 141 additions and 129 deletions

View File

@@ -153,7 +153,7 @@ const typeOptions = ref([
{ label: 'cp95值', value: 4 }
])
onMounted(() => {
datePickerRef.value.setTheDate(5)
datePickerRef.value.setTheDate(4)
init()
})
const height: any = ref(mainHeight(200, 1))