zlisen 3 years ago
parent
commit
9f1b0c8f5f
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      src/pages/customer/Customer/PublicCustomer/index.jsx

+ 5
- 5
src/pages/customer/Customer/PublicCustomer/index.jsx View File

@@ -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
     ];