Newer
Older
KaiFengPC / src / views / project / projectJinDu / monthReport.vue
@zhangdeliang zhangdeliang on 16 Jul 240 bytes update
<template>
  <!-- 项目进度管理 月度上报 -->
  <div class="publicContainer">月度上报</div>
</template>

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

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

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