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