Commit 49bebf4e authored by 前端-许佳敏's avatar 前端-许佳敏

fix: 去掉提示

parent 78960ee6
......@@ -782,27 +782,6 @@ const Add = () => {
</Row>
<Row>
<Form.Item
label={intl.formatMessage({ id: 'balance.businessRequestFunds.admin.add.form.accountName' })}
>
{dataSource['accountName']}
</Form.Item>
</Row>
<Row>
<Form.Item
label={intl.formatMessage({ id: 'balance.businessRequestFunds.admin.add.form.bankAccount' })}
>
{dataSource['bankAccount']}
</Form.Item>
</Row>
<Row>
<Form.Item
label={intl.formatMessage({ id: 'balance.businessRequestFunds.admin.add.form.bankDeposit' })}
>
{dataSource['bankDeposit']}
</Form.Item>
</Row>
<Row>
<Form.Item
label={intl.formatMessage({ id: 'balance.businessRequestFunds.admin.add.form.applyPayment' })}
>
{intl.formatMessage({ id: 'common.money' })} {priceFormat(_mapTablePriceByKey('applyPayment') || _mapTablePriceByKey('applyAmount'))}
......
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 to comment