Newer
Older
KaiFengPC / src / views / longoPeration / ledgerManage.vue
@zhangdeliang zhangdeliang on 20 Jun 245 bytes update
<template>
  <!-- 运维巡查台账管理 -->
  <div class="publicContainer">运维巡查台账管理</div>
</template>

<script setup>
const { proxy } = getCurrentInstance();

onMounted(() => {});
</script>

<style lang="scss" scoped></style>