Commit d5c2f689 authored by rainbowmorel@163.com's avatar rainbowmorel@163.com

no message

parent 31402a51
......@@ -185,7 +185,7 @@ function DeliveryNoticeFromCreate() {
<FormItem
label={DeliveryNameLabel} name="executorVO.consignee">
<Input />
<Input placeholder={`请输入${DeliveryNameLabel}`} />
</FormItem>
<FormItem
......@@ -198,7 +198,7 @@ function DeliveryNoticeFromCreate() {
<FormItem
label={DeliveryPhoneLabel} name="executorVO.phone">
<Input />
<Input placeholder={`请输入${DeliveryPhoneLabel}`} />
</FormItem>
</ContentBox>
......
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