riku
2025-09-17 4aa86b1ec441c4e358e1cc488d8f021fb80f1355
src/views/fysp/data-product/ProdProAnalysis.vue
@@ -0,0 +1,11 @@
<template>
  <BaseDataProduct product-type="3"></BaseDataProduct>
</template>
<script setup>
/**
 * 问题整改分析
 */
import BaseDataProduct from './components/BaseDataProduct.vue';
</script>