管理人员替换为权限按钮

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 { import {
Typography, Typography,
Input, Input,
Select,
Button, Button,
Space, Space,
Table, Table,
@ -10,7 +9,6 @@ import {
message, message,
} from "antd"; } from "antd";
import type { ColumnsType } from "antd/es/table"; import type { ColumnsType } from "antd/es/table";
import styles from "./index.module.less";
import { PlusOutlined, ReloadOutlined } from "@ant-design/icons"; import { PlusOutlined, ReloadOutlined } from "@ant-design/icons";
import { adminUser } from "../../../api/index"; import { adminUser } from "../../../api/index";
import { dateFormat } from "../../../utils/index"; import { dateFormat } from "../../../utils/index";