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
07166d99
Commit
07166d99
authored
May 12, 2022
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
微调
parent
1be5186c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
23 deletions
+23
-23
AssetDeleteModal.jsx
src/view/Manage/AssetManage/Component/AssetDeleteModal.jsx
+23
-23
No files found.
src/view/Manage/AssetManage/Component/AssetDeleteModal.jsx
View file @
07166d99
...
...
@@ -15,6 +15,7 @@ const AssetDeleteModal = (props) => {
<
Modal
title=
"删除资产"
visible=
{
visible
}
width=
{
530
}
onCancel=
{
()
=>
{
onCancel
&&
onCancel
();
...
...
@@ -30,29 +31,28 @@ const AssetDeleteModal = (props) => {
}
}
>
<
div
>
<
Radio
.
Group
onChange=
{
onChange
}
value=
{
value
}
>
<
Radio
value=
{
1
}
>
<
span
style=
{
{
paddingRight
:
3
}
}
>
删除本目录下的资产
</
span
>
<
Popover
content=
{
<
span
>
当要删除的资产,只存在一个目录时,删除该资产并且设置为未分类资产;
<
br
/>
存在多个目录时,只删除该目录下的这项资产,不会设置为未分类资产
</
span
>
}
style=
{
{
marginLeft
:
3
}
}
>
<
QuestionCircleOutlined
className=
'pointer'
/>
</
Popover
>
</
Radio
>
<
Radio
value=
{
2
}
>
<
span
>
删除该资产(所有目录下的资产均删除)
</
span
>
<
Popover
content=
'该资产所在的目录内,均删除该项资产,并设置为未分类资产'
style=
{
{
marginLeft
:
3
}
}
>
<
QuestionCircleOutlined
className=
'pointer'
/>
</
Popover
>
</
Radio
>
</
Radio
.
Group
>
</
div
>
<
Radio
.
Group
onChange=
{
onChange
}
value=
{
value
}
>
<
Radio
value=
{
1
}
>
<
span
>
删除本目录下的资产
</
span
>
<
Popover
content=
{
<
span
>
当要删除的资产,只存在一个目录时,删除该资产并且设置为未分类资产;
<
br
/>
存在多个目录时,只删除该目录下的这项资产,不会设置为未分类资产
</
span
>
}
>
<
QuestionCircleOutlined
className=
'pointer'
/>
</
Popover
>
</
Radio
>
<
Radio
value=
{
2
}
>
<
span
>
删除该资产(所有目录下的资产均删除)
</
span
>
<
Popover
content=
'该资产所在的目录内,均删除该项资产,并设置为未分类资产'
>
<
QuestionCircleOutlined
className=
'pointer'
/>
</
Popover
>
</
Radio
>
</
Radio
.
Group
>
</
Modal
>
);
}
...
...
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