君创组织架构图样式调整
This commit is contained in:
parent
08d7be4d4a
commit
51884bd8df
|
|
@ -104,23 +104,8 @@ export class TopBar extends React.Component {
|
|||
}
|
||||
/>
|
||||
</Col>
|
||||
|
||||
<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
|
||||
showSearch
|
||||
filterOption={(input, option) =>
|
||||
|
|
@ -150,20 +135,6 @@ export class TopBar extends React.Component {
|
|||
<Option value="3">三级</Option>
|
||||
</Select>
|
||||
</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}>
|
||||
<Button
|
||||
type="primary"
|
||||
|
|
|
|||
|
|
@ -323,6 +323,7 @@ export default function userPage() {
|
|||
font-weight: 400;
|
||||
color: #333333;
|
||||
margin-bottom: 19px;
|
||||
margin-top: 25px;
|
||||
white-space:nowrap;
|
||||
overflow:hidden;
|
||||
text-overflow:ellipsis;"
|
||||
|
|
@ -335,9 +336,7 @@ export default function userPage() {
|
|||
<div style="display: ${
|
||||
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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue