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