riku
2025-09-02 92610ba4eedbc06062240c2f2967b7e1f691797e
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>