Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
szse
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhaochengxiang
szse
Commits
9ae41db0
Commit
9ae41db0
authored
Oct 19, 2022
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
资产屏蔽不需要的内容
parent
fb835f70
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
AssetAction.jsx
src/view/Manage/AssetManage/Component/AssetAction.jsx
+4
-4
ImportDirectory.jsx
src/view/Manage/AssetManage/Component/ImportDirectory.jsx
+1
-1
UpdateDirectoryModal.jsx
...iew/Manage/AssetManage/Component/UpdateDirectoryModal.jsx
+3
-3
No files found.
src/view/Manage/AssetManage/Component/AssetAction.jsx
View file @
9ae41db0
...
@@ -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>
{
{
...
...
src/view/Manage/AssetManage/Component/ImportDirectory.jsx
View file @
9ae41db0
...
@@ -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
...
...
src/view/Manage/AssetManage/Component/UpdateDirectoryModal.jsx
View file @
9ae41db0
...
@@ -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
)
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment