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