9 lines
224 B
Vue
Raw Normal View History

2023-06-19 15:37:14 +08:00
<template>
<div class="">全景计划管理</div>
</template>
<script setup lang="tsx" name="ProjectSupervisionRecord">
import { ref, reactive, nextTick, computed } from "vue";
</script>
<style scoped lang="scss"></style>