多维表格
 
 
 
 
 
 

13 lines
178 B

<script setup lang="ts">
defineProps<{
group: any
maxDepth: any
scrollLeft: number
}>()
</script>
<template>
<div></div>
</template>
<style scoped lang="scss"></style>