傅行帆 5 년 전
부모
커밋
521c2a5ca7
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0
    2
      src/pages/customer/customerlist/index.jsx

+ 0
- 2
src/pages/customer/customerlist/index.jsx 파일 보기

@@ -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" /> :