Commit e60d6ed4 by CaIon

feat(settings): 移除单位美元额度设置项,为后续修改作准备

parent cde212a6
...@@ -130,6 +130,7 @@ export default function GeneralSettings(props) { ...@@ -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) { ...@@ -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'}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment