Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
Project
Project
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
ReactWeb5
CivManage
Commits
2fbb33e6
Commit
2fbb33e6
authored
Dec 06, 2023
by
皮倩雯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 'mobile搭建删除提示错误'
parent
2d7185ba
Pipeline
#82816
passed with stages
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
23 deletions
+24
-23
index.jsx
src/pages/productCenter/mobileConfig/index.jsx
+2
-1
ImportOrExport.jsx
.../productCenter/mobileConfig/menuconfig/ImportOrExport.jsx
+11
-11
ImportOrExport.jsx
...ges/productCenter/webConfig/menuconfig/ImportOrExport.jsx
+11
-11
No files found.
src/pages/productCenter/mobileConfig/index.jsx
View file @
2fbb33e6
...
...
@@ -80,12 +80,13 @@ const MobileConfigPage = props => {
}
case
'remove'
:
{
let
val
=
key
.
split
(
'single'
)[
1
]
||
''
;
let
data
=
singleList
.
find
(
i
=>
i
.
id
===
key
);
Modal
.
confirm
({
title
:
'确认删除应用?'
,
icon
:
<
ExclamationCircleOutlined
/>,
content
:
(
<
span
>
删除应用
<
span
style=
{
{
fontWeight
:
800
,
color
:
'#1890ff'
}
}
>
{
key
}
</
span
>
{
' '
}
删除应用
<
span
style=
{
{
fontWeight
:
800
,
color
:
'#1890ff'
}
}
>
{
data
.
text
}
</
span
>
{
' '
}
后,将一并删除所属角色与菜单,确认删除?
</
span
>
),
...
...
src/pages/productCenter/mobileConfig/menuconfig/ImportOrExport.jsx
View file @
2fbb33e6
...
...
@@ -89,6 +89,17 @@ const ImportOrExport = props => {
shape=
"circle"
/>
</
Upload
>
<
Button
type=
"primary"
onClick=
{
()
=>
handleUpload
(
2
)
}
loading=
{
uploading
}
style=
{
{
marginLeft
:
'10px'
,
display
:
nodeObj
?
'none'
:
'block'
,
}
}
>
增量导入
</
Button
>
<
Popconfirm
title=
{
<
span
>
...
...
@@ -111,17 +122,6 @@ const ImportOrExport = props => {
</
Button
>
</
Popconfirm
>
<
Button
type=
"primary"
onClick=
{
()
=>
handleUpload
(
2
)
}
loading=
{
uploading
}
style=
{
{
marginLeft
:
'10px'
,
display
:
nodeObj
?
'none'
:
'block'
,
}
}
>
增量导入
</
Button
>
<
Button
type=
"primary"
onClick=
{
()
=>
handleUpload
(
2
)
}
...
...
src/pages/productCenter/webConfig/menuconfig/ImportOrExport.jsx
View file @
2fbb33e6
...
...
@@ -88,6 +88,17 @@ const ImportOrExport = props => {
shape=
"circle"
/>
</
Upload
>
<
Button
type=
"primary"
onClick=
{
()
=>
handleUpload
(
2
)
}
loading=
{
uploading
}
style=
{
{
marginLeft
:
'10px'
,
display
:
nodeObj
?
'none'
:
'block'
,
}
}
>
增量导入
</
Button
>
<
Popconfirm
title=
{
<
span
>
...
...
@@ -110,17 +121,6 @@ const ImportOrExport = props => {
</
Button
>
</
Popconfirm
>
<
Button
type=
"primary"
onClick=
{
()
=>
handleUpload
(
2
)
}
loading=
{
uploading
}
style=
{
{
marginLeft
:
'10px'
,
display
:
nodeObj
?
'none'
:
'block'
,
}
}
>
增量导入
</
Button
>
<
Button
type=
"primary"
onClick=
{
()
=>
handleUpload
(
2
)
}
...
...
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