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