From f6a191cb66f3027cbe058b5784b72ff25bd43974 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 18 三月 2024 10:22:45 +0800
Subject: [PATCH] #

---
 zy-asrs-flow/src/pages/map/drawer/index.jsx       |    1 +
 zy-asrs-flow/src/pages/map/drawer/shelf/index.jsx |   30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/zy-asrs-flow/src/pages/map/drawer/index.jsx b/zy-asrs-flow/src/pages/map/drawer/index.jsx
index 824e54a..ef13169 100644
--- a/zy-asrs-flow/src/pages/map/drawer/index.jsx
+++ b/zy-asrs-flow/src/pages/map/drawer/index.jsx
@@ -4,6 +4,7 @@
 import { createStyles } from 'antd-style';
 import * as Utils from '../utils'
 import Http from '@/utils/http';
+import ShelfDrawer from './shelf';
 
 const useStyles = createStyles(({ token, css }) => {
 
diff --git a/zy-asrs-flow/src/pages/map/drawer/shelf/index.jsx b/zy-asrs-flow/src/pages/map/drawer/shelf/index.jsx
new file mode 100644
index 0000000..96493fb
--- /dev/null
+++ b/zy-asrs-flow/src/pages/map/drawer/shelf/index.jsx
@@ -0,0 +1,30 @@
+import React, { useState, useRef, useEffect } from 'react';
+import { Drawer, Space, Button } from 'antd';
+import { FormattedMessage, useIntl, useModel } from '@umijs/max';
+import { createStyles } from 'antd-style';
+import * as Utils from '../../utils'
+import Http from '@/utils/http';
+
+const useStyles = createStyles(({ token, css }) => {
+
+})
+
+const ShelfDrawer = (props) => {
+    const intl = useIntl();
+    const { styles } = useStyles();
+
+    const handleCancel = () => {
+        props.onCancel();
+    };
+
+    const handleOk = () => {
+    }
+
+    return (
+        <>
+        <h1>sad</h1>
+        </>
+    )
+}
+
+export default ShelfDrawer;
\ No newline at end of file

--
Gitblit v1.9.1