Commit 00fc8d20abed1b57bec3108f03e6e924879c41b6
1 parent
a65b0f06
1.温馨提示翻译
Showing
2 changed files
with
3 additions
and
3 deletions
src/components/Draggable/index.js
| @@ -21,8 +21,8 @@ import "./index.less"; | @@ -21,8 +21,8 @@ import "./index.less"; | ||
| 21 | */ | 21 | */ |
| 22 | export const DraggableConfirmModal = ({ | 22 | export const DraggableConfirmModal = ({ |
| 23 | btnShow = true, | 23 | btnShow = true, |
| 24 | - btnText = "确定", | ||
| 25 | - title = "温馨提示", | 24 | + btnText = "Sure", |
| 25 | + title = "Friendly Reminder", | ||
| 26 | content, | 26 | content, |
| 27 | onOk = () => {}, | 27 | onOk = () => {}, |
| 28 | onCancel = () => {} | 28 | onCancel = () => {} |
src/mes/costomPageFun/index.js
| @@ -1730,7 +1730,7 @@ const handleConfirmSubmit = async props => { | @@ -1730,7 +1730,7 @@ const handleConfirmSubmit = async props => { | ||
| 1730 | if (!tFirstCompleteTime || !tSecondStartTime) { | 1730 | if (!tFirstCompleteTime || !tSecondStartTime) { |
| 1731 | const confirmResult = await new Promise(resolve => { | 1731 | const confirmResult = await new Promise(resolve => { |
| 1732 | Modal.confirm({ | 1732 | Modal.confirm({ |
| 1733 | - title: "温馨提示:", | 1733 | + title: "Friendly Reminder:", |
| 1734 | content: "Should I continue submitting the work order if the completion time of the work order or the start time of the second work order is not filled in?", | 1734 | content: "Should I continue submitting the work order if the completion time of the work order or the start time of the second work order is not filled in?", |
| 1735 | closable: true, | 1735 | closable: true, |
| 1736 | maskClosable: true, | 1736 | maskClosable: true, |