傅行帆 5 年前
父节点
当前提交
521c2a5ca7
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0
    2
      src/pages/customer/customerlist/index.jsx

+ 0
- 2
src/pages/customer/customerlist/index.jsx 查看文件

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