9 lines
228 B
Vue
Raw Normal View History

2023-06-19 15:37:14 +08:00
<template>
<div class="">项目信息总览1</div>
</template>
<script setup lang="tsx" name="ProjectSupervisionRecord">
// import { ref, reactive, nextTick, computed } from "vue";
</script>
<style scoped lang="scss"></style>