Files
cdTestPlant3/cdTMP/src/views/dashboard/workplace/index.vue
2023-06-08 21:09:28 +08:00

12 lines
230 B
Vue

<template>
<a-layout-content class="flex flex-col">
<statistics />
</a-layout-content>
</template>
<script setup>
import Statistics from "./components/statistics.vue"
</script>
<style lang="less" scoped></style>