@@ -25,7 +25,7 @@
<a-form-model-item label="发货编号" prop="sendNo">
<a-input
id="dealerAccountEdit-phone"
- :maxLength="30"
+ :maxLength="10"
v-model.trim="form.sendNo"
placeholder="请输入发货编号"
allowClear />
@@ -28,7 +28,7 @@