From 00fc8d20abed1b57bec3108f03e6e924879c41b6 Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Wed, 19 Nov 2025 16:39:21 +0800 Subject: [PATCH] 1.温馨提示翻译 --- src/components/Draggable/index.js | 4 ++-- src/mes/costomPageFun/index.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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, -- libgit2 0.22.2