2025-05-16 18:04:52 +08:00
|
|
|
<script setup>
|
|
|
|
|
2025-05-19 17:51:09 +08:00
|
|
|
import tableHistory from "@/components/user/history.vue";
|
|
|
|
|
2025-05-16 18:04:52 +08:00
|
|
|
</script>
|
|
|
|
|
|
|
|
<template>
|
2025-05-19 17:51:09 +08:00
|
|
|
<component :is="tableHistory" disableConditionInput="false"></component>
|
2025-05-16 18:04:52 +08:00
|
|
|
</template>
|
|
|
|
|
|
|
|
<style scoped>
|
|
|
|
|
|
|
|
</style>
|