稳态电能质量分析页面同步时间组件

This commit is contained in:
stt
2025-11-06 16:11:12 +08:00
parent a5f3571906
commit 24afa84f29
6 changed files with 247 additions and 38 deletions

View File

@@ -90,8 +90,8 @@ interface Props {
theCurrentTime?: boolean //控制时间前3天展示上个月时间
showReset?: boolean //是否显示重置
showExport?: boolean //导出控制
initialInterval: 3
initialTimeValue: undefined
initialInterval?: 3
initialTimeValue?: undefined
}
const props = withDefaults(defineProps<Props>(), {