|
|
|
@ -81,7 +81,7 @@ export class TopBar extends React.Component {
|
|
|
|
|
return (
|
|
|
|
|
<div className={style.topbarWrapper}>
|
|
|
|
|
<Row>
|
|
|
|
|
<Col span={4}>
|
|
|
|
|
<Col span={5}>
|
|
|
|
|
数据日期:
|
|
|
|
|
<DatePicker
|
|
|
|
|
placeholder="请选择日期"
|
|
|
|
@ -135,7 +135,7 @@ export class TopBar extends React.Component {
|
|
|
|
|
</Select>
|
|
|
|
|
</Col>
|
|
|
|
|
|
|
|
|
|
<Col span={4}>
|
|
|
|
|
<Col span={5}>
|
|
|
|
|
显示层级:
|
|
|
|
|
<Select
|
|
|
|
|
defaultValue="3"
|
|
|
|
@ -149,7 +149,7 @@ export class TopBar extends React.Component {
|
|
|
|
|
</Select>
|
|
|
|
|
</Col>
|
|
|
|
|
|
|
|
|
|
<Col span={4}>
|
|
|
|
|
<Col span={3}>
|
|
|
|
|
<Checkbox
|
|
|
|
|
style={{ marginTop: '5px' }}
|
|
|
|
|
onChange={(e) =>
|
|
|
|
@ -161,7 +161,7 @@ export class TopBar extends React.Component {
|
|
|
|
|
显示虚拟组织
|
|
|
|
|
</Checkbox>
|
|
|
|
|
</Col>
|
|
|
|
|
<Col span={4}>
|
|
|
|
|
<Col span={3}>
|
|
|
|
|
<Button
|
|
|
|
|
type="primary"
|
|
|
|
|
style={{ marginRight: '10px' }}
|
|
|
|
|