Newer
Older
Nanping_sponge_GCYPG / src / views / dataAnalysis / syntheticData / equipVideo.vue
@liyingjing liyingjing on 25 Oct 249 bytes 工程预评估
<template>
  <!-- 站点- 查看视频监控 -->
  <div class="equipVideo">查看视频监控</div>
</template>
<script setup>
import {} from '@/api/dataAnalysis/syntherticData';
</script>
<style lang="scss">
.equipVideo {
  width: 100%;
}
</style>