|
|
|
@ -217,7 +217,7 @@ export class TopBar extends React.Component {
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
render() {
|
|
|
|
|
const { disabled, type } = this.props;
|
|
|
|
|
const { disabled, type, timelineId } = this.props;
|
|
|
|
|
const {
|
|
|
|
|
rootTreeData,
|
|
|
|
|
open,
|
|
|
|
@ -247,6 +247,7 @@ export class TopBar extends React.Component {
|
|
|
|
|
treeIcon
|
|
|
|
|
/>
|
|
|
|
|
</Col>
|
|
|
|
|
{timelineId == 0 && (
|
|
|
|
|
<Col span={6}>
|
|
|
|
|
<Checkbox
|
|
|
|
|
style={{ marginTop: '5px', marginLeft: 60 }}
|
|
|
|
@ -269,6 +270,7 @@ export class TopBar extends React.Component {
|
|
|
|
|
/>
|
|
|
|
|
</Tooltip>
|
|
|
|
|
</Col>
|
|
|
|
|
)}
|
|
|
|
|
|
|
|
|
|
<Col span={6}>
|
|
|
|
|
<Checkbox
|
|
|
|
@ -308,6 +310,7 @@ export class TopBar extends React.Component {
|
|
|
|
|
</Col>
|
|
|
|
|
</Row>
|
|
|
|
|
<Row style={{ marginTop: '15px' }}>
|
|
|
|
|
{timelineId == 0 && (
|
|
|
|
|
<Col span={6}>
|
|
|
|
|
部门节点:
|
|
|
|
|
<TreeSelect
|
|
|
|
@ -322,7 +325,8 @@ export class TopBar extends React.Component {
|
|
|
|
|
treeIcon
|
|
|
|
|
/>
|
|
|
|
|
</Col>
|
|
|
|
|
<Col span={8} style={{ textAlign: 'center' }}>
|
|
|
|
|
)}
|
|
|
|
|
<Col span={6} style={{ textAlign: 'center' }}>
|
|
|
|
|
<Button
|
|
|
|
|
type="primary"
|
|
|
|
|
style={{ marginRight: '10px' }}
|
|
|
|
|