|
|
@ -4,7 +4,7 @@ import { Row, Col, Space, Typography, Divider } from 'antd';
|
|
|
|
import { useStore } from '@/stores/StoreContext.js';
|
|
|
|
import { useStore } from '@/stores/StoreContext.js';
|
|
|
|
import * as comm from '@/utils/commons';
|
|
|
|
import * as comm from '@/utils/commons';
|
|
|
|
import { useTranslation } from 'react-i18next';
|
|
|
|
import { useTranslation } from 'react-i18next';
|
|
|
|
import { fetchNoticeDetail } from '@/stores/Notice1';
|
|
|
|
import { fetchNoticeDetail } from '@/stores/Notice';
|
|
|
|
|
|
|
|
|
|
|
|
const { Title, Paragraph } = Typography;
|
|
|
|
const { Title, Paragraph } = Typography;
|
|
|
|
|
|
|
|
|
|
|
|