君创组织架构图样式调整
This commit is contained in:
parent
08d7be4d4a
commit
51884bd8df
|
|
@ -104,23 +104,8 @@ export class TopBar extends React.Component {
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
</Col>
|
</Col>
|
||||||
|
|
||||||
<Col span={6}>
|
<Col span={6}>
|
||||||
维度:
|
组织:
|
||||||
<Select
|
|
||||||
defaultValue="0"
|
|
||||||
style={{ width: 120 }}
|
|
||||||
value={this.state.requestData.fclass}
|
|
||||||
onChange={(value) => this.handleFormChange({ fclass: value })}
|
|
||||||
>
|
|
||||||
{this.state.fclasslist.map((item) => (
|
|
||||||
<Option value={item.id}>{item.companyname}</Option>
|
|
||||||
))}
|
|
||||||
</Select>
|
|
||||||
</Col>
|
|
||||||
|
|
||||||
<Col span={6}>
|
|
||||||
根节点:
|
|
||||||
<Select
|
<Select
|
||||||
showSearch
|
showSearch
|
||||||
filterOption={(input, option) =>
|
filterOption={(input, option) =>
|
||||||
|
|
@ -150,20 +135,6 @@ export class TopBar extends React.Component {
|
||||||
<Option value="3">三级</Option>
|
<Option value="3">三级</Option>
|
||||||
</Select>
|
</Select>
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
|
||||||
<Row style={{ marginTop: '15px' }}>
|
|
||||||
<Col span={6}>
|
|
||||||
<Checkbox
|
|
||||||
style={{ marginTop: '5px' }}
|
|
||||||
onChange={(e) =>
|
|
||||||
this.handleFormChange({
|
|
||||||
fisvitual: e.target.checked ? '1' : '0',
|
|
||||||
})
|
|
||||||
}
|
|
||||||
>
|
|
||||||
显示虚拟组织
|
|
||||||
</Checkbox>
|
|
||||||
</Col>
|
|
||||||
<Col span={6}>
|
<Col span={6}>
|
||||||
<Button
|
<Button
|
||||||
type="primary"
|
type="primary"
|
||||||
|
|
|
||||||
|
|
@ -323,6 +323,7 @@ export default function userPage() {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
margin-bottom: 19px;
|
margin-bottom: 19px;
|
||||||
|
margin-top: 25px;
|
||||||
white-space:nowrap;
|
white-space:nowrap;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
text-overflow:ellipsis;"
|
text-overflow:ellipsis;"
|
||||||
|
|
@ -335,9 +336,7 @@ export default function userPage() {
|
||||||
<div style="display: ${
|
<div style="display: ${
|
||||||
d.data.fisvitual == 0 ? 'flex' : 'none'
|
d.data.fisvitual == 0 ? 'flex' : 'none'
|
||||||
};" >
|
};" >
|
||||||
<div style="height: 28px;border: 1px solid #00C2FF; border-radius: 10px; line-height: 24px; padding: 0px 5px; min-width: 60px; margin-left: 10px;">在岗: ${
|
|
||||||
d.data.fonjob
|
|
||||||
}</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue