海泰组织架构图搜索条件筛选
This commit is contained in:
parent
442250bcac
commit
89168622bc
|
|
@ -230,7 +230,7 @@ export class TopBar extends React.Component {
|
|||
))}
|
||||
</Select>
|
||||
</Col>
|
||||
<Col span={6}>
|
||||
{/* <Col span={6}>
|
||||
{getLabel(547294, labelData)}:
|
||||
<TreeSelect
|
||||
treeDataSimpleMode
|
||||
|
|
@ -244,7 +244,7 @@ export class TopBar extends React.Component {
|
|||
treeData={rootTreeData}
|
||||
treeIcon
|
||||
/>
|
||||
</Col>
|
||||
</Col> */}
|
||||
<Col span={6}>
|
||||
<Checkbox
|
||||
style={{ marginTop: '5px', marginLeft: 100 }}
|
||||
|
|
@ -271,7 +271,7 @@ export class TopBar extends React.Component {
|
|||
/>
|
||||
</Tooltip>
|
||||
</Col>
|
||||
<Col span={6}>
|
||||
{/* <Col span={6}>
|
||||
{getLabel(547299, labelData)}:
|
||||
<Select
|
||||
defaultValue="3"
|
||||
|
|
@ -284,10 +284,10 @@ export class TopBar extends React.Component {
|
|||
<Option value="3">{getLabel(547464, labelData)}</Option>
|
||||
<Option value="4">{getLabel(547465, labelData)}</Option>
|
||||
</Select>
|
||||
</Col>
|
||||
</Row>
|
||||
<Row style={{ marginTop: '15px' }}>
|
||||
<Col span={6}>
|
||||
</Col> */}
|
||||
{/* </Row> */}
|
||||
{/* <Row style={{ marginTop: '15px' }}> */}
|
||||
{/* <Col span={6}>
|
||||
<Checkbox
|
||||
style={{ marginTop: '5px' }}
|
||||
checked={this.state.requestData.fisvitual == '1'}
|
||||
|
|
@ -308,8 +308,8 @@ export class TopBar extends React.Component {
|
|||
style={{ color: '#0082fb', cursor: 'pointer', fontSize: 16 }}
|
||||
/>
|
||||
</Tooltip>
|
||||
</Col>
|
||||
<Col span={16}>
|
||||
</Col> */}
|
||||
<Col span={12}>
|
||||
{this.state.requestData.fclass == '0' && (
|
||||
<span>
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Reference in New Issue