Browse Source

型号编码限制取消

like 5 months ago
parent
commit
35b38d4db5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      snowy-admin-web/src/views/biz/monitor/devicetype/form.vue

+ 1 - 1
snowy-admin-web/src/views/biz/monitor/devicetype/form.vue

@@ -31,7 +31,7 @@
 				</a-col>
 				<a-col :xs="24" :sm="24" :md="12" :lg="12" :xl="12">
 					<a-form-item label="型号编号" name="code">
-						<a-input v-model:value="formData.code" placeholder="请输入型号编号" allow-clear :maxlength="10" />
+						<a-input v-model:value="formData.code" placeholder="请输入型号编号" allow-clear />
 					</a-form-item>
 				</a-col>
 				<a-col :xs="24" :sm="24" :md="12" :lg="12" :xl="12">