|
@@ -443,12 +443,10 @@ function body(props) {
|
443
|
443
|
</AuthButton>
|
444
|
444
|
|
445
|
445
|
<div style={{ margin: '20px 0'}}>
|
446
|
|
- <AuthButton name="admin.customer.recommend.get" noRight={null}>
|
447
|
446
|
<Radio.Group value={customerType} onChange={radioButtonHandleSizeChange} buttonStyle="solid">
|
448
|
447
|
<Radio.Button value="private">私客</Radio.Button>
|
449
|
448
|
<Radio.Button value="public">公客</Radio.Button>
|
450
|
449
|
</Radio.Group>
|
451
|
|
- </AuthButton>
|
452
|
450
|
</div>
|
453
|
451
|
{customerType === 'private' ?
|
454
|
452
|
<Table dataSource={dataSource.records} columns={privateColumns} pagination={{ total: dataSource.total, onChange }} rowKey="customerList" /> :
|