Files
ctms/frontend/src/views/ia/MonitoringPlaceholder.vue
T
2026-01-09 11:19:04 +08:00

13 lines
322 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<template>
<ModulePlaceholder
title="监查"
subtitle="功能建设中"
list-title="监查记录列表"
empty-description="监查功能正在搭建基础能力敬请期待。"
/>
</template>
<script setup lang="ts">
import ModulePlaceholder from "../../components/ModulePlaceholder.vue";
</script>