9 lines
218 B
Vue
9 lines
218 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>
|