riku
2024-10-24 4f238e1ff525b6aa1f8c9981f044d606a89734ce
1
2
3
4
5
6
7
8
9
10
11
<template>
  <BaseDataProduct product-type="2"></BaseDataProduct>
</template>
<script setup>
/**
 * 规范性评估
 */
import BaseDataProduct from './components/BaseDataProduct.vue';
 
 
</script>