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