1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| <!--
| * @FilePath: HomeView.vue
| * @Author: 小飞侠
| * @Date: 2025-03-17 09:36:48
| * @LastEditors: Please set LastEditors
| * @LastEditTime: 2025-03-18 10:06:57
| * Copyright: 2025 MinTinge CO.,LTD. All Rights Reserved.
| * @Descripttion: 写入你的描述
| -->
| <script setup lang="ts">
|
| import TheWelcome from '../components/TheWelcome.vue'
|
| import reportview from '../views/cylsgPayrollReport.vue';
|
|
|
| </script>
|
| <template>
|
| <reportview />
|
| </template>
|
|