mirror of
https://github.com/1024-lab/smart-admin.git
synced 2026-06-02 03:55:59 +00:00
7 lines
162 B
Vue
7 lines
162 B
Vue
<template>
|
|
<NoticeEmployeeList />
|
|
</template>
|
|
<script setup>
|
|
import NoticeEmployeeList from '/@/views/business/oa/notice/notice-employee-list.vue';
|
|
</script>
|