Commit 9ae41db0 by zhaochengxiang

资产屏蔽不需要的内容

parent fb835f70
...@@ -435,7 +435,7 @@ const AssetAction = (props) => { ...@@ -435,7 +435,7 @@ const AssetAction = (props) => {
} }
</div> </div>
</Descriptions.Item> </Descriptions.Item>
<Descriptions.Item label={<div className='title-text' style={{ textAlign: 'right', width: 60 }}>资产标签</div>} style={{ paddingBottom: 15 }}> {/* <Descriptions.Item label={<div className='title-text' style={{ textAlign: 'right', width: 60 }}>资产标签</div>} style={{ paddingBottom: 15 }}>
<AppContext.Consumer> <AppContext.Consumer>
{ {
value => { value => {
...@@ -443,8 +443,8 @@ const AssetAction = (props) => { ...@@ -443,8 +443,8 @@ const AssetAction = (props) => {
} }
} }
</AppContext.Consumer> </AppContext.Consumer>
</Descriptions.Item> </Descriptions.Item> */}
<Descriptions.Item {/* <Descriptions.Item
label={<div className='title-text' style={{ textAlign: 'right', width: 60 }}>关联关系</div>} label={<div className='title-text' style={{ textAlign: 'right', width: 60 }}>关联关系</div>}
style={{ paddingBottom: 0 }} style={{ paddingBottom: 0 }}
> >
...@@ -457,7 +457,7 @@ const AssetAction = (props) => { ...@@ -457,7 +457,7 @@ const AssetAction = (props) => {
}) })
} }
</div> </div>
</Descriptions.Item> </Descriptions.Item> */}
</Descriptions> </Descriptions>
</div> </div>
{ {
......
...@@ -157,7 +157,7 @@ const ImportDirectory = (props) => { ...@@ -157,7 +157,7 @@ const ImportDirectory = (props) => {
> >
<Radio.Group > <Radio.Group >
<Radio value='root' >根节点导入</Radio> <Radio value='root' >根节点导入</Radio>
<Radio value='self' disabled={ dirId===null }>选中节点导入</Radio> {/* <Radio value='self' disabled={ dirId===null }>选中节点导入</Radio> */}
</Radio.Group> </Radio.Group>
</Form.Item> </Form.Item>
<Form.Item <Form.Item
......
...@@ -5,10 +5,10 @@ import { dispatch } from '../../../../model'; ...@@ -5,10 +5,10 @@ import { dispatch } from '../../../../model';
import { showMessage } from '../../../../util'; import { showMessage } from '../../../../util';
const resourceTypes = [ const resourceTypes = [
{ key: 'innerSource', name: '内部资源' }, // { key: 'innerSource', name: '内部资源' },
{ key: 'outerSource', name: '外部资源' }, // { key: 'outerSource', name: '外部资源' },
{ key: 'dataAsset', name: '资产' }, { key: 'dataAsset', name: '资产' },
{ key: 'custom', name: '自定义' }, // { key: 'custom', name: '自定义' },
] ]
const UpdateDirectoryModal = (props) => { const UpdateDirectoryModal = (props) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment