+ Back
+
+
+
+ );
+}
+
+export default observer(Detail);
diff --git a/src/views/notice/Index.jsx b/src/views/notice/Index.jsx
index 16876e4..21d0bfa 100644
--- a/src/views/notice/Index.jsx
+++ b/src/views/notice/Index.jsx
@@ -2,7 +2,7 @@ import { NavLink } 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, DatePicker, Radio } from "antd";
+import { Row, Col, Space, Button, Table, Input, Typography, Badge, List } from "antd";
import { useStore } from "@/stores/StoreContext.js";
import * as config from "@/config";
import * as comm from "@/utils/commons";
@@ -11,44 +11,27 @@ import dayjs from "dayjs";
const { Title, Paragraph, Text } = Typography;
function Index() {
- const { feedbackStore } = useStore();
+ const { noticeStore, authStore } = useStore();
+ const { noticeList } = noticeStore;
useEffect(() => {
- console.info("feedback.useEffect");
+ console.info("notice.useEffect");
+ noticeStore.getBulletinList(authStore.login.userId);
}, []);
- const [ellipsis, setEllipsis] = useState(true);
-
return (
-
- Guidelines and Resources
-
- We supply a series of design principles, practical patterns and high quality design resources (Sketch and Axure), to help people create their product prototypes beautifully and We
- supply a series of design principles, practical patterns and high quality design resources (Sketch and Axure), to help people create their product prototypes beautifully and We
- supply a series of design principles, practical patterns and high quality design resources (Sketch and Axure), to help people create their product prototypes beautifully and We
- supply a series of design principles, practical patterns and high quality design resources (Sketch and Axure), to help people create their product prototypes beautifully and
- efficiently. efficiently. We supply a series of design principles, practical patterns and high quality design resources (Sketch and Axure), to help people create their product
- prototypes beautifully and We supply a series of design principles, practical patterns and high quality design resources (Sketch and Axure), to help people create their product
- prototypes beautifully and efficiently. efficiently. We supply a series of design principles, practical patterns and high quality design resources (Sketch and Axure), to help
- people create their product prototypes beautifully and We supply a series of design principles, practical patterns and high quality design resources (Sketch and Axure), to help
- people create their product prototypes beautifully and efficiently. efficiently. efficiently. efficiently.
-
-
- 第二个公告
-
- We supply a series of design principles, practical patterns and high quality design resources (Sketch and Axure), to help people create their product prototypes beautifully and We
- supply a series of design principles, practical patterns and high quality design resources (Sketch and Axure), to help people create their product prototypes beautifully and We
- supply a series of design principles, practical patterns and high quality design resources (Sketch and Axure), to help people create their product prototypes beautifully and We
- supply a series of design principles, practical patterns and high quality design resources (Sketch and Axure), to help people create their product prototypes beautifully and
- efficiently. efficiently. We supply a series of design principles, practical patterns and high quality design resources (Sketch and Axure), to help people create their product
- prototypes beautifully and We supply a series of design principles, practical patterns and high quality design resources (Sketch and Axure), to help people create their product
- prototypes beautifully and efficiently. efficiently. We supply a series of design principles, practical patterns and high quality design resources (Sketch and Axure), to help
- people create their product prototypes beautifully and We supply a series of design principles, practical patterns and high quality design resources (Sketch and Axure), to help
- people create their product prototypes beautifully and efficiently. efficiently. efficiently. efficiently.
-
+