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