Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
bkunyun
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
Administrator
bkunyun
Commits
a3ba43ef
Commit
a3ba43ef
authored
Nov 03, 2022
by
chenshouchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 文案修改
parent
9f197ae8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
MyDialog.tsx
src/components/mui/MyDialog.tsx
+1
-1
index.tsx
...ourceCenter/UserResources/UserResourcesTemplate/index.tsx
+4
-1
No files found.
src/components/mui/MyDialog.tsx
View file @
a3ba43ef
...
@@ -133,7 +133,7 @@ const MyDialog: React.FunctionComponent<IDialogProps> = (props) => {
...
@@ -133,7 +133,7 @@ const MyDialog: React.FunctionComponent<IDialogProps> = (props) => {
)
:
null
}
)
:
null
}
{
showConfirm
?
(
{
showConfirm
?
(
<
MyButton
<
MyButton
text=
{
okText
||
"确
定
"
}
text=
{
okText
||
"确
认
"
}
onClick=
{
onConfirm
}
onClick=
{
onConfirm
}
variant=
"contained"
variant=
"contained"
color=
{
okColor
}
color=
{
okColor
}
...
...
src/views/ResourceCenter/UserResources/UserResourcesTemplate/index.tsx
View file @
a3ba43ef
...
@@ -179,7 +179,10 @@ const UserResourcesTemplate = observer(() => {
...
@@ -179,7 +179,10 @@ const UserResourcesTemplate = observer(() => {
isText=
{
true
}
isText=
{
true
}
title=
"提示"
title=
"提示"
>
>
确定要删除这个模板吗?
<
div
style=
{
{
width
:
"388px"
}
}
>
确认删除该模板吗?删除后,使用该模板创建的工作流任务将无法查看详情,
项目中已添加的该模板也将一并删除!
</
div
>
</
MyDialog
>
</
MyDialog
>
)
}
)
}
{
showDetail
&&
(
{
showDetail
&&
(
...
...
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