overallAnalysis.vue 155 B

1234567891011
  1. <template>
  2. <div>整体分析</div>
  3. </template>
  4. <script setup>
  5. defineOptions({ name: 'overallAnalysis'})
  6. </script>
  7. <style scoped lang="scss">
  8. </style>