完成实验部分功能

This commit is contained in:
li-chx
2025-05-03 19:34:43 +08:00
parent 15c0a1de0e
commit eae8781eaa
21 changed files with 1693 additions and 215 deletions
+4 -2
View File
@@ -1,5 +1,5 @@
<script setup lang="ts">
const x = ref();
useSystemStore().currentPage = 'home';
</script>
<template>
@@ -21,7 +21,9 @@
</div>
<div class="flex-[2] m-2">
<t-calendar> </t-calendar>
<t-card>
<t-table> </t-table>
</t-card>
</div>
</div>
</div>