Commit 1aaa957c984a34dd31c1dc3bd37fe4256acd3051

Authored by Min
1 parent f879c652

1.AJT:MES里日报已提交,再点复制提示成中文

src/components/Common/CommonTable/index.js
... ... @@ -4878,7 +4878,7 @@ class CommonTableRc extends React.Component {
4878 4878 props.name === "table0" &&
4879 4879 props.parentProps.tableS0Data?.[0]?.bSubmit
4880 4880 ) {
4881   - message.error("日报已提交,无法复制!", 3);
  4881 + message.error("Daily report submitted cannot copy!", 3);
4882 4882 return;
4883 4883 } else if (
4884 4884 props.formId === "12710101117087371044360" &&
... ... @@ -4917,7 +4917,7 @@ class CommonTableRc extends React.Component {
4917 4917 });
4918 4918 });
4919 4919 if (bSubmit) {
4920   - message.error("日报已提交,无法复制!", 3);
  4920 + message.error("Daily report submitted cannot copy!", 3);
4921 4921 return;
4922 4922 }
4923 4923 }
... ...