|
@@ -201,11 +201,11 @@ const PublicCustomer = () => {
|
201
|
201
|
</Button>
|
202
|
202
|
</AuthButton>,
|
203
|
203
|
|
204
|
|
- // <AuthButton name="customer.consultant.dispatch" noRight={null}>
|
205
|
|
- // <Button type="link" onClick={() => handShowModel(record, actionList.assistConsultant)}>
|
206
|
|
- // 分配置业顾问
|
207
|
|
- // </Button>
|
208
|
|
- // </AuthButton>,
|
|
204
|
+ <AuthButton name="customer.consultant.dispatch" noRight={null}>
|
|
205
|
+ <Button type="link" onClick={() => handShowModel(record, actionList.assistConsultant)}>
|
|
206
|
+ 分配置业顾问
|
|
207
|
+ </Button>
|
|
208
|
+ </AuthButton>,
|
209
|
209
|
]),
|
210
|
210
|
},
|
211
|
211
|
];
|