|
|
@ -305,6 +305,8 @@ export class TopBar extends React.Component {
|
|
|
|
</Tooltip>
|
|
|
|
</Tooltip>
|
|
|
|
</Col>
|
|
|
|
</Col>
|
|
|
|
<Col span={16}>
|
|
|
|
<Col span={16}>
|
|
|
|
|
|
|
|
{this.state.requestData.fclass == '0' && (
|
|
|
|
|
|
|
|
<span>
|
|
|
|
<Button
|
|
|
|
<Button
|
|
|
|
type="primary"
|
|
|
|
type="primary"
|
|
|
|
style={{ marginRight: '10px' }}
|
|
|
|
style={{ marginRight: '10px' }}
|
|
|
@ -315,34 +317,37 @@ export class TopBar extends React.Component {
|
|
|
|
>
|
|
|
|
>
|
|
|
|
{getLabel(547305, labelData)}
|
|
|
|
{getLabel(547305, labelData)}
|
|
|
|
</Button>
|
|
|
|
</Button>
|
|
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
<Button
|
|
|
|
type="primary"
|
|
|
|
type="primary"
|
|
|
|
style={{ marginRight: '10px' }}
|
|
|
|
style={{ marginRight: '10px' }}
|
|
|
|
onClick={() => {
|
|
|
|
onClick={() => {
|
|
|
|
this.props.onSearch(this.state.requestData);
|
|
|
|
window.open('#/dragtree', 'blank');
|
|
|
|
}}
|
|
|
|
}}
|
|
|
|
>
|
|
|
|
>
|
|
|
|
{getLabel(547307, labelData)}
|
|
|
|
{getLabel(547310, labelData)}
|
|
|
|
</Button>
|
|
|
|
</Button>
|
|
|
|
<Button
|
|
|
|
<Button
|
|
|
|
type="primary"
|
|
|
|
type="primary"
|
|
|
|
style={{ marginRight: '10px' }}
|
|
|
|
style={{ marginRight: '10px' }}
|
|
|
|
onClick={() => {
|
|
|
|
onClick={() => {
|
|
|
|
window.open('#/dragtree', 'blank');
|
|
|
|
window.open('#/statistics', 'blank');
|
|
|
|
}}
|
|
|
|
}}
|
|
|
|
>
|
|
|
|
>
|
|
|
|
{getLabel(547310, labelData)}
|
|
|
|
{getLabel(547313, labelData)}
|
|
|
|
</Button>
|
|
|
|
</Button>{' '}
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
)}
|
|
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
<Button
|
|
|
|
type="primary"
|
|
|
|
type="primary"
|
|
|
|
style={{ marginRight: '10px' }}
|
|
|
|
style={{ marginRight: '10px' }}
|
|
|
|
onClick={() => {
|
|
|
|
onClick={() => {
|
|
|
|
window.open('#/statistics', 'blank');
|
|
|
|
this.props.onSearch(this.state.requestData);
|
|
|
|
}}
|
|
|
|
}}
|
|
|
|
>
|
|
|
|
>
|
|
|
|
{getLabel(547313, labelData)}
|
|
|
|
{getLabel(547307, labelData)}
|
|
|
|
</Button>
|
|
|
|
</Button>
|
|
|
|
|
|
|
|
|
|
|
|
<Dropdown overlay={this.menu}>
|
|
|
|
<Dropdown overlay={this.menu}>
|
|
|
|
<Button type="primary">{getLabel(547314, labelData)}</Button>
|
|
|
|
<Button type="primary">{getLabel(547314, labelData)}</Button>
|
|
|
|
</Dropdown>
|
|
|
|
</Dropdown>
|
|
|
|