绘制二级评估页面

This commit is contained in:
GGJ
2025-03-31 14:33:05 +08:00
parent 4e40779a0e
commit d29b9c819d
12 changed files with 1095 additions and 24 deletions

View File

@@ -0,0 +1,11 @@
<template>
<div>123 </div>
</template>
<script setup lang='ts'>
import { ref, reactive } from 'vue'
</script>
<style lang="scss" scoped>
</style>