back-bar组件

This commit is contained in:
禺狨
2023-03-07 10:33:18 +08:00
parent 87b29bf0cd
commit 872ce3e5e9
8 changed files with 150 additions and 19 deletions

View File

@@ -1,14 +1,5 @@
import React, { useState, useEffect } from "react";
import {
Typography,
Input,
Select,
Button,
Space,
Table,
Popconfirm,
message,
} from "antd";
import { Button, Space, Table, Popconfirm, message } from "antd";
import type { ColumnsType } from "antd/es/table";
import styles from "./index.module.less";
import { PlusOutlined, ReloadOutlined } from "@ant-design/icons";