更新用户管理界面UI

This commit is contained in:
CaIon
2023-11-27 22:43:46 +08:00
parent 41e461f39e
commit b7ac0b18d0
8 changed files with 540 additions and 550 deletions

View File

@@ -1,12 +1,10 @@
import React, {useEffect, useState} from 'react';
import {Link} from 'react-router-dom';
import {API, copy, showError, showInfo, showSuccess, showWarning, timestamp2string} from '../helpers';
import {ITEMS_PER_PAGE} from '../constants';
import {renderQuota} from '../helpers/render';
import {Button, Modal, Popconfirm, Popover, Table, Tag, Form} from "@douyinfe/semi-ui";
import EditRedemption from "../pages/Redemption/EditRedemption";
import editRedemption from "../pages/Redemption/EditRedemption";
function renderTimestamp(timestamp) {
return (