src/views/reportAnalysis/dataDashboard/components/basic/right-top.vue
@@ -32,7 +32,15 @@ height: '100%', } const radio1 = ref(1) // 复用本组件的页面可指定初始周期,不传按「周」展示 const props = defineProps({ defaultDateType: { type: Number, default: 1, // 1=周 2=月 3=季度 }, }) const radio1 = ref(props.defaultDateType) // 飞机图标 SVG path const aircraft =