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-19 18:26:41 +08:00
|
|
|
const flag = false
|
|
|
|
|
2025-05-16 18:04:52 +08:00
|
|
|
</script>
|
|
|
|
|
|
|
|
<template>
|
2025-05-19 18:26:41 +08:00
|
|
|
<component :is="tableHistory" :disableConditionInput="flag"></component>
|
2025-05-16 18:04:52 +08:00
|
|
|
</template>
|
|
|
|
|
|
|
|
<style scoped>
|
|
|
|
|
|
|
|
</style>
|