WholeProcessPlatform/frontend/src/views/DataQueryMenuModule/components/BasicData/index.vue
2026-06-17 11:22:03 +08:00

11 lines
147 B
Vue

<template>
<div class="h-full bg-red-500">
基础
</div>
</template>
<script setup lang="ts">
</script>
<style scoped lang="scss">
</style>