Commit 69c50de2 authored by leimo's avatar leimo

Merge branch '20418order' into 'v2-220418'

修改文案 See merge request linkseeks-design/pro-platform!494
parents c3d43093 942ac088
......@@ -50,7 +50,8 @@ export const NoticeSummary = '通知单摘要';
export const DeliveryDate = '送货日期';
export const DeliveryTime = '送货时间';
export const ReceivingAddress = '收货地址';
export const ReceivingTime = '收货日期';
export const ReceivingTime = '收货时间';
export const ReceivingDate = '收货日期';
export const SubmitDeliveryNotice = '提交送货通知单';
export const ConfirmDeliveryNotice = '确认送货通知单';
......
......@@ -213,6 +213,7 @@ function DeliveryNoteAddForm() {
</FormItem>
<FormItem
hidden
label={DeliveryTypeLabel} >
<RenaderDeliveryType />
</FormItem>
......
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