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