feat : 项目立项页面初始化

This commit is contained in:
2024-05-14 17:56:36 +08:00
parent 4f4ef2cfde
commit bfdf2cf4a2
2 changed files with 198 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<template>
<div>
项目立项详情
</div>
</template>
<script>
export default {
name: "add"
}
</script>
<style scoped>
</style>