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