1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| <template>
| <div class="workspace-situation">
| <div class="workspace-situation-header">
| <div class="workspace-situation-header-title">
| <span>个人工作台概况</span>
| </div>
| </div>
| </div>
| </template>
|
| <script setup lang="ts" name="WorkspaceSituation">
| import { ref } from 'vue';
|
|
| </script>
| <style scoped lang="scss"></style>
|
|