policeSecurity/superManagement/src/views/unitManage/enterprisesUnit/index.vue

14 lines
141 B
Vue
Raw Normal View History

2024-09-03 10:51:15 +08:00
<template>
<div>
企事业单位管理
</div>
</template>
<script setup lang="ts">
</script>
<style scoped lang="scss">
</style>