Commit b1f87b4a authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

fix: 修改英文翻译引号问题

parent 1eb6beef
......@@ -72,4 +72,5 @@ export default {
'afterService.components.ExchangeDeliverInfo.back':'Confirm exchange receipt',
'afterService.components.ExchangeReceivedInfo.title':'Return shipping information',
'afterService.components.ExchangeReceivedInfo.summaryColumns.deliver
\ No newline at end of file
'afterService.components.ExchangeReceivedInfo.summaryColumns.deliver': '',
}
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
......@@ -517,7 +517,7 @@ const RulesLayout: React.FC<RulesLayoutProps> = (props: any) => {
name={['activityDefined', 'assembleNum']}
rules={[{
required: true, validator: (_rule, value) => {
const pattern = /^\+?[2-9]\d*$/;
const pattern = /^[1-9]\d{0,}$/;
if (!value) {
return Promise.reject(new Error(`${intl.formatMessage({ id: 'selfManagement.pleaseNumberClusters' })}`));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment