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