Newer
Older
Nanping_sponge_GCYPG / src / views / dataAnalysis / syntheticData / dataAnaly.vue
@liyingjing liyingjing on 25 Oct 227 bytes 工程预评估
<template>
  <!-- 数据分析 -->
  <div class="dataAnaly">数据分析</div>
</template>
<script setup>
import {} from '@/api/dataAnalysis/syntherticData';
</script>
<style lang="scss">
.dataAnaly {
  width: 100%;
}
</style>