This commit is contained in:
2026-07-06 15:41:01 +08:00
parent 789142ac6c
commit f515362c8e
4 changed files with 545 additions and 546 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -28,7 +28,7 @@
} }
})(); })();
</script> </script>
<script type="module" crossorigin src="/assets/index-DYv9t-Np.js"></script> <script type="module" crossorigin src="/assets/index-XSsSl940.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-D9_3MPsN.css"> <link rel="stylesheet" crossorigin href="/assets/index-D9_3MPsN.css">
</head> </head>
<body> <body>
@@ -1,6 +1,6 @@
import React, { useEffect, useState, useCallback } from 'react'; import React, { useEffect, useState, useCallback } from 'react';
import { import {
Button, Card, Empty, Form, Input, InputNumber, message, Modal, Space, Table, Tabs, Tag, Tooltip, Typography, Button, Card, Empty, Form, Input, InputNumber, message, Modal, Select, Space, Table, Tabs, Tag, Tooltip, Typography,
} from 'antd'; } from 'antd';
import { import {
CopyOutlined, PlusOutlined, ReloadOutlined, UserOutlined, HistoryOutlined, WalletOutlined, CopyOutlined, PlusOutlined, ReloadOutlined, UserOutlined, HistoryOutlined, WalletOutlined,
@@ -318,12 +318,11 @@ const TeamManagementPage: React.FC = () => {
<div> <div>
<div style={{ marginBottom: 12, display: 'flex', gap: 8, flexWrap: 'wrap' }}> <div style={{ marginBottom: 12, display: 'flex', gap: 8, flexWrap: 'wrap' }}>
<Select <Select
value={creditFilterType || undefined} value={creditFilterType}
onChange={(v) => { setCreditFilterType(v || ''); setCreditPage(1); }} onChange={(v) => { setCreditFilterType(v); setCreditPage(1); }}
allowClear
placeholder="全部类型"
style={{ width: 140 }} style={{ width: 140 }}
options={[ options={[
{ value: '', label: '全部类型' },
{ value: 'recharge', label: '充值' }, { value: 'recharge', label: '充值' },
{ value: 'consume', label: '消费' }, { value: 'consume', label: '消费' },
{ value: 'admin', label: '管理员调整' }, { value: 'admin', label: '管理员调整' },