云
4 天以前 fe6ba6220f32276f147a16c41e7a69c2a18e5012
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 =