管理人员替换为权限按钮

This commit is contained in:
禺狨 2023-03-08 15:40:48 +08:00
parent 15db6b4d63
commit 706eebb591

View File

@ -2,7 +2,6 @@ import React, { useState, useEffect } from "react";
import {
Typography,
Input,
Select,
Button,
Space,
Table,
@ -10,7 +9,6 @@ import {
message,
} from "antd";
import type { ColumnsType } from "antd/es/table";
import styles from "./index.module.less";
import { PlusOutlined, ReloadOutlined } from "@ant-design/icons";
import { adminUser } from "../../../api/index";
import { dateFormat } from "../../../utils/index";