diff --git a/src/components/Draggable/index.js b/src/components/Draggable/index.js index 3ab272a..7afc07c 100644 --- a/src/components/Draggable/index.js +++ b/src/components/Draggable/index.js @@ -21,8 +21,8 @@ import "./index.less"; */ export const DraggableConfirmModal = ({ btnShow = true, - btnText = "确定", - title = "温馨提示", + btnText = "Sure", + title = "Friendly Reminder", content, onOk = () => {}, onCancel = () => {} diff --git a/src/mes/costomPageFun/index.js b/src/mes/costomPageFun/index.js index b71fd1f..fc42461 100644 --- a/src/mes/costomPageFun/index.js +++ b/src/mes/costomPageFun/index.js @@ -1730,7 +1730,7 @@ const handleConfirmSubmit = async props => { if (!tFirstCompleteTime || !tSecondStartTime) { const confirmResult = await new Promise(resolve => { Modal.confirm({ - title: "温馨提示:", + title: "Friendly Reminder:", 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?", closable: true, maskClosable: true,