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
d2cb7da4
Commit
d2cb7da4
authored
Mar 27, 2024
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix
parent
2a678b49
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
CustomDirectoryModal.jsx
...iew/Manage/AssetManage/Component/CustomDirectoryModal.jsx
+3
-3
No files found.
src/view/Manage/AssetManage/Component/CustomDirectoryModal.jsx
View file @
d2cb7da4
...
@@ -9,7 +9,7 @@ import PreviewTree from './PreviewTree';
...
@@ -9,7 +9,7 @@ import PreviewTree from './PreviewTree';
import
{
dispatch
,
dispatchLatest
}
from
'../../../../model'
;
import
{
dispatch
,
dispatchLatest
}
from
'../../../../model'
;
import
{
AssetManageReference
,
AssetBrowseReference
,
ResourceBrowseReference
,
ResourceManageReference
}
from
'../../../../util/constant'
;
import
{
AssetManageReference
,
AssetBrowseReference
,
ResourceBrowseReference
,
ResourceManageReference
}
from
'../../../../util/constant'
;
import
{
getAssetType
,
showMessage
}
from
'../../../../util'
;
import
{
getAssetType
,
getAssetTypeName
,
showMessage
}
from
'../../../../util'
;
const
resourceTypes
=
[
const
resourceTypes
=
[
{
key
:
'innerSource'
,
name
:
'内部资源'
},
{
key
:
'innerSource'
,
name
:
'内部资源'
},
...
@@ -268,10 +268,10 @@ const CustomDirectoryModal = (props) => {
...
@@ -268,10 +268,10 @@ const CustomDirectoryModal = (props) => {
>
>
<
Row
gutter=
{
30
}
>
<
Row
gutter=
{
30
}
>
<
Col
span=
{
8
}
style=
{
{
borderRight
:
'1px solid #EFEFEF'
}
}
>
<
Col
span=
{
8
}
style=
{
{
borderRight
:
'1px solid #EFEFEF'
}
}
>
<
div
className=
'mb-3'
>
资产要素
</
div
>
<
div
className=
'mb-3'
>
{
`${getAssetTypeName(reference)}要素`
}
</
div
>
<
Input
<
Input
value=
{
keyword
}
value=
{
keyword
}
placeholder=
'请输入资产要素'
placeholder=
{
`请输入${getAssetTypeName(reference)}要素`
}
style=
{
{
marginBottom
:
10
}
}
style=
{
{
marginBottom
:
10
}
}
onChange=
{
(
e
)
=>
{
onSearchChange
(
e
)
}
}
onChange=
{
(
e
)
=>
{
onSearchChange
(
e
)
}
}
/>
/>
...
...
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