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