feat(settings): 移除单位美元额度设置项,为后续修改作准备
This commit is contained in:
@@ -130,6 +130,7 @@ export default function GeneralSettings(props) {
|
|||||||
showClear
|
showClear
|
||||||
/>
|
/>
|
||||||
</Col>
|
</Col>
|
||||||
|
{inputs.QuotaPerUnit !== '500000' && inputs.QuotaPerUnit !== 500000 && (
|
||||||
<Col xs={24} sm={12} md={8} lg={8} xl={8}>
|
<Col xs={24} sm={12} md={8} lg={8} xl={8}>
|
||||||
<Form.Input
|
<Form.Input
|
||||||
field={'QuotaPerUnit'}
|
field={'QuotaPerUnit'}
|
||||||
@@ -141,6 +142,7 @@ export default function GeneralSettings(props) {
|
|||||||
onClick={() => setShowQuotaWarning(true)}
|
onClick={() => setShowQuotaWarning(true)}
|
||||||
/>
|
/>
|
||||||
</Col>
|
</Col>
|
||||||
|
)}
|
||||||
<Col xs={24} sm={12} md={8} lg={8} xl={8}>
|
<Col xs={24} sm={12} md={8} lg={8} xl={8}>
|
||||||
<Form.Input
|
<Form.Input
|
||||||
field={'USDExchangeRate'}
|
field={'USDExchangeRate'}
|
||||||
|
|||||||
Reference in New Issue
Block a user