傅行帆 пре 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" /> :