Commit a3ba43ef authored by chenshouchao's avatar chenshouchao

feat: 文案修改

parent 9f197ae8
...@@ -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}
......
...@@ -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 && (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment