用户管理

This commit is contained in:
仲么了
2024-01-22 14:21:31 +08:00
parent 08e0e9e013
commit 0bf750e5ae
13 changed files with 432 additions and 451 deletions

View File

@@ -12,5 +12,6 @@ export const defaultAttribute: VxeTableProps = {
scrollY: { scrollToTopOnChange: true, enabled: true },
treeConfig: {
reserve: true
}
},
showOverflow:true
}

View File

@@ -2,7 +2,7 @@
<Tree ref="treRef" :data="tree" />
</template>
<script setup lang="ts">
import { getMarketList } from '@/api/user'
import { getMarketList } from '@/api/user-boot/user'
import Tree from '../index.vue'
import { useConfig } from '@/stores/config'
import { ref, reactive, nextTick } from 'vue'