Commit 00fc8d20abed1b57bec3108f03e6e924879c41b6

Authored by Min
1 parent a65b0f06

1.温馨提示翻译

src/components/Draggable/index.js
... ... @@ -21,8 +21,8 @@ import "./index.less";
21 21 */
22 22 export const DraggableConfirmModal = ({
23 23 btnShow = true,
24   - btnText = "确定",
25   - title = "温馨提示",
  24 + btnText = "Sure",
  25 + title = "Friendly Reminder",
26 26 content,
27 27 onOk = () => {},
28 28 onCancel = () => {}
... ...
src/mes/costomPageFun/index.js
... ... @@ -1730,7 +1730,7 @@ const handleConfirmSubmit = async props => {
1730 1730 if (!tFirstCompleteTime || !tSecondStartTime) {
1731 1731 const confirmResult = await new Promise(resolve => {
1732 1732 Modal.confirm({
1733   - title: "温馨提示:",
  1733 + title: "Friendly Reminder:",
1734 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 1735 closable: true,
1736 1736 maskClosable: true,
... ...