riku
2025-09-19 58c0f11fe2f23a1be2dec768f9ac02107301a634
1
2
3
4
5
6
7
8
9
10
11
<template>
  <BaseDataProduct product-type="3"></BaseDataProduct>
</template>
<script setup>
/**
 * 问题整改分析
 */
import BaseDataProduct from './components/BaseDataProduct.vue';
 
 
</script>