Files
ctms/frontend/src/views/ia/AuditPlaceholder.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>