1
wwl
2025-02-27 b2651eb5f38f28d5a893ddbca6c3ee310683d3a0
src/components/Historicalreport/index.vue
@@ -30,7 +30,8 @@
    props: {
        reportHistorydata: {
            type: Array,
            type: Array,//数组类型
            default: () => []
        }
    },