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