|
@@ -18,7 +18,7 @@
|
|
:label-col="formItemLayout.labelCol"
|
|
:label-col="formItemLayout.labelCol"
|
|
:wrapper-col="formItemLayout.wrapperCol">
|
|
:wrapper-col="formItemLayout.wrapperCol">
|
|
<a-form-model-item label="货架名称" v-if="type==1" prop="shelfName">
|
|
<a-form-model-item label="货架名称" v-if="type==1" prop="shelfName">
|
|
- <a-input v-model="form.shelfName" placeholder="请输入货架名称"></a-input>
|
|
|
|
|
|
+ <a-input v-model="form.shelfName" :maxLength="30" placeholder="请输入货架名称"></a-input>
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
<a-form-model-item prop="customerSn">
|
|
<a-form-model-item prop="customerSn">
|
|
<template slot="label">
|
|
<template slot="label">
|