feat: 组织筛选条件
This commit is contained in:
parent
e48de02c2e
commit
0d5665a9c4
|
|
@ -103,7 +103,7 @@ export class TopBar extends React.Component {
|
|||
/>
|
||||
</Col>
|
||||
|
||||
<Col span={5}>
|
||||
<Col span={4}>
|
||||
维度:
|
||||
<Select
|
||||
defaultValue="0"
|
||||
|
|
@ -117,7 +117,7 @@ export class TopBar extends React.Component {
|
|||
</Select>
|
||||
</Col>
|
||||
|
||||
<Col span={5}>
|
||||
<Col span={4}>
|
||||
根节点:
|
||||
<Select
|
||||
showSearch
|
||||
|
|
|
|||
Loading…
Reference in New Issue