gaoluyang
15 小时以前 03790f338ed62174def6b67776280e3dace05b7e
src/views/reportAnalysis/qualityAnalysis/components/DateTypeSwitch.vue
@@ -16,7 +16,7 @@
const props = defineProps({
  modelValue: {
    type: Number,
    default: 1, // 默认选中"周"
    default: 3, // 默认选中"季度"
  },
})