Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -24,7 +24,7 @@ |
| 24 | 24 | </template> |
| 25 | 25 | <template #snCode="{ model, field }"> |
| 26 | 26 | <div class="flex"> |
| 27 | - <Input v-model:value="model[field]" placeholder="请输入设备名称" /> | |
| 27 | + <Input :maxlength="36" v-model:value="model[field]" placeholder="请输入设备名称" /> | |
| 28 | 28 | <a-button type="link" @click="generateSN">自动生成</a-button> |
| 29 | 29 | </div> |
| 30 | 30 | </template> | ... | ... |