feat: 分组管理

This commit is contained in:
xuziqiang
2024-05-29 10:18:12 +08:00
parent e28ca898ee
commit c4d7573cbb
5 changed files with 327 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
<template>
<ns-view-list-table v-bind="tableConfig" />
</template>
<script lang="ts" setup>
import { tableConfig } from './config';
</script>
<style lang="less" scoped></style>