riku
2024-10-21 e8b4c98c16b6721a7d6617aecf82bfbc23655a58
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>