<template> <!-- 项目进度管理 月度上报 --> <div class="publicContainer">月度上报</div> </template> <script setup> const { proxy } = getCurrentInstance(); onMounted(() => {}); </script> <style lang="scss" scoped></style>