|
|
|
@ -1,14 +1,13 @@
|
|
|
|
|
import { useParams, useNavigate } from "react-router-dom";
|
|
|
|
|
import { useEffect, useState } from 'react';
|
|
|
|
|
import { observer } from "mobx-react";
|
|
|
|
|
import { toJS } from "mobx";
|
|
|
|
|
import { Row, Col, Space, Button, Table, Input, Typography, Modal, Tag, App } from 'antd';
|
|
|
|
|
import { useParams, useNavigate } from "react-router-dom"
|
|
|
|
|
import { useEffect, useState } from 'react'
|
|
|
|
|
import { Row, Col, Space, Button, Table, Input, Typography, Modal, Tag, App } from 'antd'
|
|
|
|
|
import {
|
|
|
|
|
FileOutlined
|
|
|
|
|
} from '@ant-design/icons';
|
|
|
|
|
import useAuthStore from '@/stores/Auth'
|
|
|
|
|
import { useTranslation } from 'react-i18next';
|
|
|
|
|
import BackBtn from '@/components/BackBtn';
|
|
|
|
|
import useReservationStore from '@/stores/Reservation'
|
|
|
|
|
import { useTranslation } from 'react-i18next'
|
|
|
|
|
import BackBtn from '@/components/BackBtn'
|
|
|
|
|
|
|
|
|
|
const { Title, Paragraph } = Typography;
|
|
|
|
|
const { TextArea } = Input;
|
|
|
|
|