Commit 0a23f29e authored by rainbowmorel@163.com's avatar rainbowmorel@163.com

选择 to 输入

parent b656c4b1
......@@ -280,7 +280,7 @@ const DeliveryNoticeManageSRMDetails: React.FC = () => {
validatorByteObject(20)
]}
hidden={isLogistics} label={LogisticsCarNoLabel} name="executorVO.carNumbers">
<Input placeholder={`请选择${LogisticsCarNoLabel}`} maxLength={20} />
<Input placeholder={`请输入${LogisticsCarNoLabel}`} maxLength={20} />
</FormItem>
<FormItem hidden={isLogistics} label={LogisticsCompanyLabel} name="logisticsCompanyInt">
......@@ -293,7 +293,7 @@ const DeliveryNoticeManageSRMDetails: React.FC = () => {
]}
hidden={isLogistics}
label={LogisticsNoLabel} name="logisticsNo">
<Input placeholder={`请选择${LogisticsNoLabel}`} maxLength={20} />
<Input placeholder={`请输入${LogisticsNoLabel}`} maxLength={20} />
</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