| | |
| | | </Breadcrumb> |
| | | <TableBtnView name={''} key={resetKey}> |
| | | <Input placeholder="根据姓名模糊查询" style={{ width: "200px" }} name='userName' onChange={this.onInputChange} /> |
| | | <Input placeholder="根据电话号码模糊查询" style={{ width: "200px" }} name='mobile' onChange={this.onInputChange} /> |
| | | <Input placeholder="根据联系方式模糊查询" style={{ width: "200px" }} name='mobile' onChange={this.onInputChange} /> |
| | | <Input placeholder="根据拍摄地址模糊查询" style={{ width: "200px" }} name='address' onChange={this.onInputChange} /> |
| | | <Select |
| | | style={{ width: 200 }} |