+
+
+ pagination.setParams({ keyWords: e.target.value })}
+ onSearch={() => pagination.setParams({ current: 1 }, true)}
+ />
+
+
+ }
+ type="primary"
+ onClick={() => {
+ setOpen(true);
+ }}
+ >
+ 新增
+
+
+ );
+}
diff --git b/components/List.tsx a/components/List.tsx
new file mode 100644
index 0000000..f1e7ae1
--- /dev/null
+++ a/components/List.tsx
@@ -0,0 +1,46 @@
+import React from "react";
+import { Divider, message, Popconfirm, Popover, Table } from "antd";
+import { delete