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