WholeProcessPlatform/frontend/src/views/DataQueryMenuModule/components/BasicData/index.vue

11 lines
147 B
Vue
Raw Normal View History

2026-06-17 11:22:03 +08:00
<template>
<div class="h-full bg-red-500">
基础
</div>
</template>
<script setup lang="ts">
</script>
<style scoped lang="scss">
</style>