9 lines
224 B
Vue
9 lines
224 B
Vue
|
|
<template>
|
||
|
|
<div class="">全景计划管理</div>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<script setup lang="tsx" name="ProjectSupervisionRecord">
|
||
|
|
import { ref, reactive, nextTick, computed } from "vue";
|
||
|
|
</script>
|
||
|
|
<style scoped lang="scss"></style>
|