修复其它维度展示
This commit is contained in:
parent
6bf43c8150
commit
8a59de812a
|
|
@ -305,16 +305,38 @@ export class TopBar extends React.Component {
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</Col>
|
</Col>
|
||||||
<Col span={16}>
|
<Col span={16}>
|
||||||
<Button
|
{this.state.requestData.fclass == '0' && (
|
||||||
type="primary"
|
<span>
|
||||||
style={{ marginRight: '10px' }}
|
<Button
|
||||||
disabled={disabled}
|
type="primary"
|
||||||
onClick={() => {
|
style={{ marginRight: '10px' }}
|
||||||
this.setState({ open: true });
|
disabled={disabled}
|
||||||
}}
|
onClick={() => {
|
||||||
>
|
this.setState({ open: true });
|
||||||
{getLabel(547305, labelData)}
|
}}
|
||||||
</Button>
|
>
|
||||||
|
{getLabel(547305, labelData)}
|
||||||
|
</Button>
|
||||||
|
<Button
|
||||||
|
type="primary"
|
||||||
|
style={{ marginRight: '10px' }}
|
||||||
|
onClick={() => {
|
||||||
|
window.open('#/dragtree', 'blank');
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
{getLabel(547310, labelData)}
|
||||||
|
</Button>
|
||||||
|
<Button
|
||||||
|
type="primary"
|
||||||
|
style={{ marginRight: '10px' }}
|
||||||
|
onClick={() => {
|
||||||
|
window.open('#/statistics', 'blank');
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
{getLabel(547313, labelData)}
|
||||||
|
</Button>{' '}
|
||||||
|
</span>
|
||||||
|
)}
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
type="primary"
|
type="primary"
|
||||||
|
|
@ -325,24 +347,7 @@ export class TopBar extends React.Component {
|
||||||
>
|
>
|
||||||
{getLabel(547307, labelData)}
|
{getLabel(547307, labelData)}
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
|
||||||
type="primary"
|
|
||||||
style={{ marginRight: '10px' }}
|
|
||||||
onClick={() => {
|
|
||||||
window.open('#/dragtree', 'blank');
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
{getLabel(547310, labelData)}
|
|
||||||
</Button>
|
|
||||||
<Button
|
|
||||||
type="primary"
|
|
||||||
style={{ marginRight: '10px' }}
|
|
||||||
onClick={() => {
|
|
||||||
window.open('#/statistics', 'blank');
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
{getLabel(547313, labelData)}
|
|
||||||
</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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue