2025-07-06 20:45:20 +08:00

19 lines
467 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>
<div class="main__container white-bg table">
<header class="dict-header">
<!-- 写一写查询条件 -->
</header>
<main class="dict-main">
<!-- 写一写操作按钮新增字典等 -->
<div class="dict-main__buttonList"></div>
<!-- 字典表格 -->
<n-table></n-table>
</main>
</div>
</template>
<script setup lang='ts'>
</script>
<style scoped lang='scss'>
</style>