This commit is contained in:
2023-06-08 21:09:28 +08:00
parent d778ceab61
commit f8947d332a
158 changed files with 17210 additions and 259 deletions

View File

@@ -1,7 +1,11 @@
<template>
<div><h2>我是workplace</h2></div>
<a-layout-content class="flex flex-col">
<statistics />
</a-layout-content>
</template>
<script setup></script>
<script setup>
import Statistics from "./components/statistics.vue"
</script>
<style lang="scss" scoped></style>
<style lang="less" scoped></style>